Struct openxr_sys::HandEXT
source · [−]#[repr(transparent)]pub struct HandEXT(_);Expand description
See XrHandEXT
Implementations
Trait Implementations
impl Copy for HandEXT
impl Eq for HandEXT
impl StructuralEq for HandEXT
impl StructuralPartialEq for HandEXT
Auto Trait Implementations
impl RefUnwindSafe for HandEXT
impl Send for HandEXT
impl Sync for HandEXT
impl Unpin for HandEXT
impl UnwindSafe for HandEXT
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