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