#[repr(C)]pub struct EventDataUserPresenceChangedEXT {
pub ty: StructureType,
pub next: *const c_void,
pub session: Session,
pub is_user_present: Bool32,
}
Expand description
See XrEventDataUserPresenceChangedEXT - defined by XR_EXT_user_presence
Fields§
§ty: StructureType
§next: *const c_void
§session: Session
§is_user_present: Bool32
Implementations§
Source§impl EventDataUserPresenceChangedEXT
impl EventDataUserPresenceChangedEXT
pub const TYPE: StructureType = StructureType::EVENT_DATA_USER_PRESENCE_CHANGED_EXT
Trait Implementations§
Source§impl Clone for EventDataUserPresenceChangedEXT
impl Clone for EventDataUserPresenceChangedEXT
Source§fn clone(&self) -> EventDataUserPresenceChangedEXT
fn clone(&self) -> EventDataUserPresenceChangedEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for EventDataUserPresenceChangedEXT
Auto Trait Implementations§
impl Freeze for EventDataUserPresenceChangedEXT
impl RefUnwindSafe for EventDataUserPresenceChangedEXT
impl !Send for EventDataUserPresenceChangedEXT
impl !Sync for EventDataUserPresenceChangedEXT
impl Unpin for EventDataUserPresenceChangedEXT
impl UnwindSafe for EventDataUserPresenceChangedEXT
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