#[repr(C)]pub struct LoaderInitInfoPropertiesEXT {
pub ty: StructureType,
pub next: *const c_void,
pub property_value_count: u32,
pub property_values: *const LoaderInitPropertyValueEXT,
}Expand description
See XrLoaderInitInfoPropertiesEXT - defined by XR_EXT_loader_init_properties
Fields§
§ty: StructureType§next: *const c_void§property_value_count: u32§property_values: *const LoaderInitPropertyValueEXTImplementations§
Source§impl LoaderInitInfoPropertiesEXT
impl LoaderInitInfoPropertiesEXT
pub const TYPE: StructureType = StructureType::LOADER_INIT_INFO_PROPERTIES_EXT
Trait Implementations§
Source§impl Clone for LoaderInitInfoPropertiesEXT
impl Clone for LoaderInitInfoPropertiesEXT
Source§fn clone(&self) -> LoaderInitInfoPropertiesEXT
fn clone(&self) -> LoaderInitInfoPropertiesEXT
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 moreSource§impl Debug for LoaderInitInfoPropertiesEXT
impl Debug for LoaderInitInfoPropertiesEXT
impl Copy for LoaderInitInfoPropertiesEXT
Auto Trait Implementations§
impl Freeze for LoaderInitInfoPropertiesEXT
impl RefUnwindSafe for LoaderInitInfoPropertiesEXT
impl !Send for LoaderInitInfoPropertiesEXT
impl !Sync for LoaderInitInfoPropertiesEXT
impl Unpin for LoaderInitInfoPropertiesEXT
impl UnwindSafe for LoaderInitInfoPropertiesEXT
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