Struct GpHatch
#[repr(C)]pub struct GpHatch(pub u8);
Tuple Fields§
§0: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GpHatch
impl RefUnwindSafe for GpHatch
impl Send for GpHatch
impl Sync for GpHatch
impl Unpin for GpHatch
impl UnwindSafe for GpHatch
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