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