Struct aravis_sys::ArvGcFeatureNode
source · #[repr(C)]pub struct ArvGcFeatureNode {
pub parent_instance: ArvGcNode,
}Fields§
§parent_instance: ArvGcNodeTrait Implementations§
source§impl Clone for ArvGcFeatureNode
impl Clone for ArvGcFeatureNode
source§fn clone(&self) -> ArvGcFeatureNode
fn clone(&self) -> ArvGcFeatureNode
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 ArvGcFeatureNode
impl Debug for ArvGcFeatureNode
impl Copy for ArvGcFeatureNode
Auto Trait Implementations§
impl RefUnwindSafe for ArvGcFeatureNode
impl !Send for ArvGcFeatureNode
impl !Sync for ArvGcFeatureNode
impl Unpin for ArvGcFeatureNode
impl UnwindSafe for ArvGcFeatureNode
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