#[repr(C, packed(1))]pub struct piSuites {
pub piInterfaceVer: c_int,
pub memFuncs: PlugMemoryFuncsPtr,
pub windFuncs: PlugWindowFuncsPtr,
pub ppixFuncs: PlugppixFuncsPtr,
pub utilFuncs: PlugUtilFuncsPtr,
pub timelineFuncs: PlugTimelineFuncsPtr,
}Fields§
§piInterfaceVer: c_int§memFuncs: PlugMemoryFuncsPtr§windFuncs: PlugWindowFuncsPtr§ppixFuncs: PlugppixFuncsPtr§utilFuncs: PlugUtilFuncsPtr§timelineFuncs: PlugTimelineFuncsPtrTrait Implementations§
Auto Trait Implementations§
impl Freeze for piSuites
impl RefUnwindSafe for piSuites
impl !Send for piSuites
impl !Sync for piSuites
impl Unpin for piSuites
impl UnwindSafe for piSuites
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