#[repr(C)]pub struct _FpContextClass {
pub parent_class: GObjectClass,
pub device_added: Option<unsafe extern "C" fn(context: *mut FpContext, device: *mut FpDevice)>,
pub device_removed: Option<unsafe extern "C" fn(context: *mut FpContext, device: *mut FpDevice)>,
}Fields§
§parent_class: GObjectClass§device_added: Option<unsafe extern "C" fn(context: *mut FpContext, device: *mut FpDevice)>§device_removed: Option<unsafe extern "C" fn(context: *mut FpContext, device: *mut FpDevice)>Trait Implementations§
Source§impl Clone for _FpContextClass
impl Clone for _FpContextClass
Source§fn clone(&self) -> _FpContextClass
fn clone(&self) -> _FpContextClass
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 _FpContextClass
impl Debug for _FpContextClass
impl Copy for _FpContextClass
Auto Trait Implementations§
impl Freeze for _FpContextClass
impl RefUnwindSafe for _FpContextClass
impl !Send for _FpContextClass
impl !Sync for _FpContextClass
impl Unpin for _FpContextClass
impl UnwindSafe for _FpContextClass
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