#[repr(C)]pub struct EnvironmentDepthImageTimestampMETA {
pub ty: StructureType,
pub next: *const c_void,
pub capture_time: Time,
}Expand description
See XrEnvironmentDepthImageTimestampMETA - defined by XR_META_environment_depth
Fields§
§ty: StructureType§next: *const c_void§capture_time: TimeImplementations§
Source§impl EnvironmentDepthImageTimestampMETA
impl EnvironmentDepthImageTimestampMETA
pub const TYPE: StructureType = StructureType::ENVIRONMENT_DEPTH_IMAGE_TIMESTAMP_META
Trait Implementations§
Source§impl Clone for EnvironmentDepthImageTimestampMETA
impl Clone for EnvironmentDepthImageTimestampMETA
Source§fn clone(&self) -> EnvironmentDepthImageTimestampMETA
fn clone(&self) -> EnvironmentDepthImageTimestampMETA
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 EnvironmentDepthImageTimestampMETA
Auto Trait Implementations§
impl Freeze for EnvironmentDepthImageTimestampMETA
impl RefUnwindSafe for EnvironmentDepthImageTimestampMETA
impl !Send for EnvironmentDepthImageTimestampMETA
impl !Sync for EnvironmentDepthImageTimestampMETA
impl Unpin for EnvironmentDepthImageTimestampMETA
impl UnwindSafe for EnvironmentDepthImageTimestampMETA
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