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