Struct openxr_sys::Bool32
source · [−]#[repr(transparent)]pub struct Bool32(_);Implementations
Trait Implementations
impl Copy for Bool32
impl Eq for Bool32
impl StructuralEq for Bool32
impl StructuralPartialEq for Bool32
Auto Trait Implementations
impl RefUnwindSafe for Bool32
impl Send for Bool32
impl Sync for Bool32
impl Unpin for Bool32
impl UnwindSafe for Bool32
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more