Struct Afsdetie
#[repr(transparent)]pub struct Afsdetie(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Afsdetie
impl Ord for Afsdetie
§impl PartialOrd for Afsdetie
impl PartialOrd for Afsdetie
impl Copy for Afsdetie
impl Eq for Afsdetie
impl StructuralPartialEq for Afsdetie
Auto Trait Implementations§
impl Freeze for Afsdetie
impl RefUnwindSafe for Afsdetie
impl Send for Afsdetie
impl Sync for Afsdetie
impl Unpin for Afsdetie
impl UnwindSafe for Afsdetie
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