#[repr(C)]pub struct SystemUserPresencePropertiesEXT {
pub ty: StructureType,
pub next: *mut c_void,
pub supports_user_presence: Bool32,
}
Expand description
See XrSystemUserPresencePropertiesEXT - defined by XR_EXT_user_presence
Fields§
§ty: StructureType
§next: *mut c_void
§supports_user_presence: Bool32
Implementations§
Source§impl SystemUserPresencePropertiesEXT
impl SystemUserPresencePropertiesEXT
pub const TYPE: StructureType = StructureType::SYSTEM_USER_PRESENCE_PROPERTIES_EXT
Sourcepub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
pub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations§
Source§impl Clone for SystemUserPresencePropertiesEXT
impl Clone for SystemUserPresencePropertiesEXT
Source§fn clone(&self) -> SystemUserPresencePropertiesEXT
fn clone(&self) -> SystemUserPresencePropertiesEXT
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 SystemUserPresencePropertiesEXT
Auto Trait Implementations§
impl Freeze for SystemUserPresencePropertiesEXT
impl RefUnwindSafe for SystemUserPresencePropertiesEXT
impl !Send for SystemUserPresencePropertiesEXT
impl !Sync for SystemUserPresencePropertiesEXT
impl Unpin for SystemUserPresencePropertiesEXT
impl UnwindSafe for SystemUserPresencePropertiesEXT
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