#[repr(C, packed(1))]pub struct v5_image {
pub width: u16,
pub height: u16,
pub data: *mut u32,
pub p: *mut u32,
}Fields§
§width: u16§height: u16§data: *mut u32§p: *mut u32Trait Implementations§
source§impl PartialEq for v5_image
impl PartialEq for v5_image
impl Copy for v5_image
impl Eq for v5_image
impl StructuralPartialEq for v5_image
Auto Trait Implementations§
impl Freeze for v5_image
impl RefUnwindSafe for v5_image
impl !Send for v5_image
impl !Sync for v5_image
impl Unpin for v5_image
impl UnwindSafe for v5_image
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