#[repr(C)]pub struct LightDMUserListClass {
pub parent_class: GObjectClass,
pub user_added: Option<unsafe extern "C" fn(*mut LightDMUserList, *mut LightDMUser)>,
pub user_changed: Option<unsafe extern "C" fn(*mut LightDMUserList, *mut LightDMUser)>,
pub user_removed: Option<unsafe extern "C" fn(*mut LightDMUserList, *mut LightDMUser)>,
pub reserved1: Option<unsafe extern "C" fn()>,
pub reserved2: Option<unsafe extern "C" fn()>,
pub reserved3: Option<unsafe extern "C" fn()>,
pub reserved4: Option<unsafe extern "C" fn()>,
pub reserved5: Option<unsafe extern "C" fn()>,
pub reserved6: Option<unsafe extern "C" fn()>,
}Fields§
§parent_class: GObjectClass§user_added: Option<unsafe extern "C" fn(*mut LightDMUserList, *mut LightDMUser)>§user_changed: Option<unsafe extern "C" fn(*mut LightDMUserList, *mut LightDMUser)>§user_removed: Option<unsafe extern "C" fn(*mut LightDMUserList, *mut LightDMUser)>§reserved1: Option<unsafe extern "C" fn()>§reserved2: Option<unsafe extern "C" fn()>§reserved3: Option<unsafe extern "C" fn()>§reserved4: Option<unsafe extern "C" fn()>§reserved5: Option<unsafe extern "C" fn()>§reserved6: Option<unsafe extern "C" fn()>Trait Implementations§
Source§impl Clone for LightDMUserListClass
impl Clone for LightDMUserListClass
Source§fn clone(&self) -> LightDMUserListClass
fn clone(&self) -> LightDMUserListClass
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 LightDMUserListClass
impl Debug for LightDMUserListClass
impl Copy for LightDMUserListClass
Auto Trait Implementations§
impl Freeze for LightDMUserListClass
impl RefUnwindSafe for LightDMUserListClass
impl !Send for LightDMUserListClass
impl !Sync for LightDMUserListClass
impl Unpin for LightDMUserListClass
impl UnsafeUnpin for LightDMUserListClass
impl UnwindSafe for LightDMUserListClass
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