Struct DbgAuthHdpl
#[repr(transparent)]pub struct DbgAuthHdpl(pub u8);Tuple Fields§
§0: u8Implementations§
§impl DbgAuthHdpl
impl DbgAuthHdpl
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 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