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