pub struct XrDesc {
pub instance: Instance,
pub system_id: SystemId,
}Fields§
§instance: Instance§system_id: SystemIdTrait Implementations§
Auto Trait Implementations§
impl Freeze for XrDesc
impl RefUnwindSafe for XrDesc
impl Send for XrDesc
impl Sync for XrDesc
impl Unpin for XrDesc
impl UnsafeUnpin for XrDesc
impl UnwindSafe for XrDesc
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