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