#[repr(C)]pub struct PF_LayerDef {Show 17 fields
pub reserved0: *mut c_void,
pub reserved1: *mut c_void,
pub world_flags: PF_WorldFlags,
pub data: PF_PixelPtr,
pub rowbytes: A_long,
pub width: A_long,
pub height: A_long,
pub extent_hint: PF_UnionableRect,
pub platform_ref: *mut c_void,
pub reserved_long1: A_long,
pub reserved_long4: *mut c_void,
pub pix_aspect_ratio: PF_RationalScale,
pub reserved_long2: *mut c_void,
pub origin_x: A_long,
pub origin_y: A_long,
pub reserved_long3: A_long,
pub dephault: A_long,
}Fields§
§reserved0: *mut c_void§reserved1: *mut c_void§world_flags: PF_WorldFlags§data: PF_PixelPtr§rowbytes: A_long§width: A_long§height: A_long§extent_hint: PF_UnionableRect§platform_ref: *mut c_void§reserved_long1: A_long§reserved_long4: *mut c_void§pix_aspect_ratio: PF_RationalScale§reserved_long2: *mut c_void§origin_x: A_long§origin_y: A_long§reserved_long3: A_long§dephault: A_longTrait Implementations§
Source§impl Clone for PF_LayerDef
impl Clone for PF_LayerDef
Source§fn clone(&self) -> PF_LayerDef
fn clone(&self) -> PF_LayerDef
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 PF_LayerDef
impl Debug for PF_LayerDef
impl Copy for PF_LayerDef
Auto Trait Implementations§
impl Freeze for PF_LayerDef
impl RefUnwindSafe for PF_LayerDef
impl !Send for PF_LayerDef
impl !Sync for PF_LayerDef
impl Unpin for PF_LayerDef
impl UnwindSafe for PF_LayerDef
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