#[repr(C, packed(1))]pub struct PlugppixFuncs {
pub ppixGetPixels: plugppixGetPixelsFunc,
pub ppixGetBounds: plugppixGetBoundsFunc,
pub ppixGetRowbytes: plugppixGetRowbytesFunc,
pub ppixNew: plugppixNewFunc,
pub ppixDispose: plugppixDisposeFunc,
pub ppixLockPixels: plugppixLockFunc,
pub ppixUnlockPixels: plugppixUnlockFunc,
pub ppixGetPixelAspectRatio: plugppixGetPixelAspectRatioFunc,
pub ppixGetAlphaBounds: plugppixGetAlphaBounds,
}Fields§
§ppixGetPixels: plugppixGetPixelsFunc§ppixGetBounds: plugppixGetBoundsFunc§ppixGetRowbytes: plugppixGetRowbytesFunc§ppixNew: plugppixNewFunc§ppixDispose: plugppixDisposeFunc§ppixLockPixels: plugppixLockFunc§ppixUnlockPixels: plugppixUnlockFunc§ppixGetPixelAspectRatio: plugppixGetPixelAspectRatioFunc§ppixGetAlphaBounds: plugppixGetAlphaBoundsTrait Implementations§
Source§impl Clone for PlugppixFuncs
impl Clone for PlugppixFuncs
Source§fn clone(&self) -> PlugppixFuncs
fn clone(&self) -> PlugppixFuncs
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 PlugppixFuncs
impl Debug for PlugppixFuncs
impl Copy for PlugppixFuncs
Auto Trait Implementations§
impl Freeze for PlugppixFuncs
impl RefUnwindSafe for PlugppixFuncs
impl Send for PlugppixFuncs
impl Sync for PlugppixFuncs
impl Unpin for PlugppixFuncs
impl UnwindSafe for PlugppixFuncs
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