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