#[repr(C)]pub struct ArrPtImage {
pub reserved: u32,
pub size: u32,
pub elem_sizeof: u16,
pub content: *mut ImagePtData,
}Fields§
§reserved: u32§size: u32§elem_sizeof: u16§content: *mut ImagePtDataTrait Implementations§
Source§impl Clone for ArrPtImage
impl Clone for ArrPtImage
Source§fn clone(&self) -> ArrPtImage
fn clone(&self) -> ArrPtImage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArrPtImage
impl Debug for ArrPtImage
impl Copy for ArrPtImage
Auto Trait Implementations§
impl Freeze for ArrPtImage
impl RefUnwindSafe for ArrPtImage
impl !Send for ArrPtImage
impl !Sync for ArrPtImage
impl Unpin for ArrPtImage
impl UnwindSafe for ArrPtImage
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