pub struct HandEXT(/* private fields */);
Expand description
See XrHandEXT
Implementations§
Trait Implementations§
impl Copy for HandEXT
impl Eq for HandEXT
impl StructuralPartialEq for HandEXT
Auto Trait Implementations§
impl Freeze for HandEXT
impl RefUnwindSafe for HandEXT
impl Send for HandEXT
impl Sync for HandEXT
impl Unpin for HandEXT
impl UnwindSafe for HandEXT
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