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