#[repr(C)]pub struct SpatialBufferGetInfoEXT {
pub ty: StructureType,
pub next: *const c_void,
pub buffer_id: SpatialBufferIdEXT,
}Expand description
See XrSpatialBufferGetInfoEXT - defined by XR_EXT_spatial_entity
Fields§
§ty: StructureType§next: *const c_void§buffer_id: SpatialBufferIdEXTImplementations§
Source§impl SpatialBufferGetInfoEXT
impl SpatialBufferGetInfoEXT
pub const TYPE: StructureType = StructureType::SPATIAL_BUFFER_GET_INFO_EXT
Trait Implementations§
Source§impl Clone for SpatialBufferGetInfoEXT
impl Clone for SpatialBufferGetInfoEXT
Source§fn clone(&self) -> SpatialBufferGetInfoEXT
fn clone(&self) -> SpatialBufferGetInfoEXT
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 SpatialBufferGetInfoEXT
impl Debug for SpatialBufferGetInfoEXT
impl Copy for SpatialBufferGetInfoEXT
Auto Trait Implementations§
impl Freeze for SpatialBufferGetInfoEXT
impl RefUnwindSafe for SpatialBufferGetInfoEXT
impl !Send for SpatialBufferGetInfoEXT
impl !Sync for SpatialBufferGetInfoEXT
impl Unpin for SpatialBufferGetInfoEXT
impl UnwindSafe for SpatialBufferGetInfoEXT
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