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