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