#[repr(C)]pub struct ArvGcNode {
pub parent_instance: ArvDomElement,
}Fields§
§parent_instance: ArvDomElementTrait Implementations§
Auto Trait Implementations§
impl Freeze for ArvGcNode
impl RefUnwindSafe for ArvGcNode
impl !Send for ArvGcNode
impl !Sync for ArvGcNode
impl Unpin for ArvGcNode
impl UnwindSafe for ArvGcNode
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