#[repr(C)]pub struct SpatialBufferEXT {
pub buffer_id: SpatialBufferIdEXT,
pub buffer_type: SpatialBufferTypeEXT,
}Expand description
See XrSpatialBufferEXT - defined by XR_EXT_spatial_entity
Fields§
§buffer_id: SpatialBufferIdEXT§buffer_type: SpatialBufferTypeEXTTrait Implementations§
Source§impl Clone for SpatialBufferEXT
impl Clone for SpatialBufferEXT
Source§fn clone(&self) -> SpatialBufferEXT
fn clone(&self) -> SpatialBufferEXT
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 SpatialBufferEXT
impl Debug for SpatialBufferEXT
Source§impl Default for SpatialBufferEXT
impl Default for SpatialBufferEXT
Source§fn default() -> SpatialBufferEXT
fn default() -> SpatialBufferEXT
Returns the “default value” for a type. Read more
Source§impl PartialEq for SpatialBufferEXT
impl PartialEq for SpatialBufferEXT
impl Copy for SpatialBufferEXT
impl StructuralPartialEq for SpatialBufferEXT
Auto Trait Implementations§
impl Freeze for SpatialBufferEXT
impl RefUnwindSafe for SpatialBufferEXT
impl Send for SpatialBufferEXT
impl Sync for SpatialBufferEXT
impl Unpin for SpatialBufferEXT
impl UnwindSafe for SpatialBufferEXT
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