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