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