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