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