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