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