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