#[repr(C)]pub struct LightDMUserList {
pub parent_instance: GObject,
}Fields§
§parent_instance: GObjectTrait Implementations§
Source§impl Clone for LightDMUserList
impl Clone for LightDMUserList
Source§fn clone(&self) -> LightDMUserList
fn clone(&self) -> LightDMUserList
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 LightDMUserList
impl Debug for LightDMUserList
impl Copy for LightDMUserList
Auto Trait Implementations§
impl Freeze for LightDMUserList
impl RefUnwindSafe for LightDMUserList
impl !Send for LightDMUserList
impl !Sync for LightDMUserList
impl Unpin for LightDMUserList
impl UnsafeUnpin for LightDMUserList
impl UnwindSafe for LightDMUserList
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