#[repr(C)]pub struct LfbGdbusFeedbackSkeletonClass {
pub parent_class: GDBusInterfaceSkeletonClass,
}Fields§
§parent_class: GDBusInterfaceSkeletonClassTrait Implementations§
Source§impl Clone for LfbGdbusFeedbackSkeletonClass
impl Clone for LfbGdbusFeedbackSkeletonClass
Source§fn clone(&self) -> LfbGdbusFeedbackSkeletonClass
fn clone(&self) -> LfbGdbusFeedbackSkeletonClass
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 moreimpl Copy for LfbGdbusFeedbackSkeletonClass
Auto Trait Implementations§
impl Freeze for LfbGdbusFeedbackSkeletonClass
impl RefUnwindSafe for LfbGdbusFeedbackSkeletonClass
impl !Send for LfbGdbusFeedbackSkeletonClass
impl !Sync for LfbGdbusFeedbackSkeletonClass
impl Unpin for LfbGdbusFeedbackSkeletonClass
impl UnwindSafe for LfbGdbusFeedbackSkeletonClass
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