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