Struct aravis_sys::ArvGcBoolean
source · #[repr(C)]pub struct ArvGcBoolean(_);Trait Implementations§
Auto Trait Implementations§
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