#[repr(C)]pub struct ArvGcBoolean { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArvGcBoolean
impl RefUnwindSafe for ArvGcBoolean
impl !Send for ArvGcBoolean
impl !Sync for ArvGcBoolean
impl !Unpin for ArvGcBoolean
impl UnwindSafe for ArvGcBoolean
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