#[repr(C)]pub struct CompositionLayerReprojectionPlaneOverrideMSFT {
pub ty: StructureType,
pub next: *const c_void,
pub position: Vector3f,
pub normal: Vector3f,
pub velocity: Vector3f,
}Expand description
Fields
ty: StructureTypenext: *const c_voidposition: Vector3fnormal: Vector3fvelocity: Vector3fImplementations
sourceimpl CompositionLayerReprojectionPlaneOverrideMSFT
impl CompositionLayerReprojectionPlaneOverrideMSFT
pub const TYPE: StructureType = StructureType::COMPOSITION_LAYER_REPROJECTION_PLANE_OVERRIDE_MSFT
Trait Implementations
sourceimpl Clone for CompositionLayerReprojectionPlaneOverrideMSFT
impl Clone for CompositionLayerReprojectionPlaneOverrideMSFT
sourcefn clone(&self) -> CompositionLayerReprojectionPlaneOverrideMSFT
fn clone(&self) -> CompositionLayerReprojectionPlaneOverrideMSFT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CompositionLayerReprojectionPlaneOverrideMSFT
Auto Trait Implementations
impl RefUnwindSafe for CompositionLayerReprojectionPlaneOverrideMSFT
impl !Send for CompositionLayerReprojectionPlaneOverrideMSFT
impl !Sync for CompositionLayerReprojectionPlaneOverrideMSFT
impl Unpin for CompositionLayerReprojectionPlaneOverrideMSFT
impl UnwindSafe for CompositionLayerReprojectionPlaneOverrideMSFT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more