Struct DbgAuthHdpl
#[repr(transparent)]pub struct DbgAuthHdpl(pub u8);Tuple Fields§
§0: u8Implementations§
§impl DbgAuthHdpl
 
impl DbgAuthHdpl
§impl DbgAuthHdpl
 
impl DbgAuthHdpl
pub const fn from_bits(val: u8) -> DbgAuthHdpl
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for DbgAuthHdpl
 
impl Clone for DbgAuthHdpl
§fn clone(&self) -> DbgAuthHdpl
 
fn clone(&self) -> DbgAuthHdpl
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
 
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more§impl Debug for DbgAuthHdpl
 
impl Debug for DbgAuthHdpl
§impl From<DbgAuthHdpl> for u8
 
impl From<DbgAuthHdpl> for u8
§fn from(val: DbgAuthHdpl) -> u8
 
fn from(val: DbgAuthHdpl) -> u8
Converts to this type from the input type.
§impl From<u8> for DbgAuthHdpl
 
impl From<u8> for DbgAuthHdpl
§fn from(val: u8) -> DbgAuthHdpl
 
fn from(val: u8) -> DbgAuthHdpl
Converts to this type from the input type.
§impl Ord for DbgAuthHdpl
 
impl Ord for DbgAuthHdpl
§impl PartialEq for DbgAuthHdpl
 
impl PartialEq for DbgAuthHdpl
§impl PartialOrd for DbgAuthHdpl
 
impl PartialOrd for DbgAuthHdpl
impl Copy for DbgAuthHdpl
impl Eq for DbgAuthHdpl
impl StructuralPartialEq for DbgAuthHdpl
Auto Trait Implementations§
impl Freeze for DbgAuthHdpl
impl RefUnwindSafe for DbgAuthHdpl
impl Send for DbgAuthHdpl
impl Sync for DbgAuthHdpl
impl Unpin for DbgAuthHdpl
impl UnwindSafe for DbgAuthHdpl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more