#[repr(C, packed(1))]pub struct PlugWindowFuncs {
pub updateAllWindows: plugUpdateAllWindowsFunc,
pub getMainWnd: plugGetMainWindFunc,
}Fields§
§updateAllWindows: plugUpdateAllWindowsFunc§getMainWnd: plugGetMainWindFuncTrait Implementations§
Source§impl Clone for PlugWindowFuncs
impl Clone for PlugWindowFuncs
Source§fn clone(&self) -> PlugWindowFuncs
fn clone(&self) -> PlugWindowFuncs
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 PlugWindowFuncs
impl Debug for PlugWindowFuncs
impl Copy for PlugWindowFuncs
Auto Trait Implementations§
impl Freeze for PlugWindowFuncs
impl RefUnwindSafe for PlugWindowFuncs
impl Send for PlugWindowFuncs
impl Sync for PlugWindowFuncs
impl Unpin for PlugWindowFuncs
impl UnwindSafe for PlugWindowFuncs
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