#[repr(C)]pub struct PF_Context {
pub magic: A_u_long,
pub w_type: PF_WindowType,
pub reserved_flt: PF_ContextRefcon,
pub plugin_state: [A_intptr_t; 4],
pub reserved_drawref: DRAWBOT_DrawRef,
pub reserved_paneP: *mut c_void,
pub reserved_job_manageP: *mut c_void,
}Fields§
§magic: A_u_long§w_type: PF_WindowType§reserved_flt: PF_ContextRefcon§plugin_state: [A_intptr_t; 4]§reserved_drawref: DRAWBOT_DrawRef§reserved_paneP: *mut c_void§reserved_job_manageP: *mut c_voidTrait Implementations§
Source§impl Clone for PF_Context
impl Clone for PF_Context
Source§fn clone(&self) -> PF_Context
fn clone(&self) -> PF_Context
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_Context
impl Debug for PF_Context
impl Copy for PF_Context
Auto Trait Implementations§
impl Freeze for PF_Context
impl RefUnwindSafe for PF_Context
impl !Send for PF_Context
impl !Sync for PF_Context
impl Unpin for PF_Context
impl UnwindSafe for PF_Context
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