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