#[repr(C)]pub struct QmiDeviceClass {
pub parent: GObjectClass,
}Fields§
§parent: GObjectClassTrait Implementations§
Source§impl Clone for QmiDeviceClass
impl Clone for QmiDeviceClass
Source§fn clone(&self) -> QmiDeviceClass
fn clone(&self) -> QmiDeviceClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QmiDeviceClass
Auto Trait Implementations§
impl !Send for QmiDeviceClass
impl !Sync for QmiDeviceClass
impl Freeze for QmiDeviceClass
impl RefUnwindSafe for QmiDeviceClass
impl Unpin for QmiDeviceClass
impl UnsafeUnpin for QmiDeviceClass
impl UnwindSafe for QmiDeviceClass
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