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