Expand description
Required features: "Graphics_Holographic"
, "Foundation_Numerics"
Fields
Left: Matrix4x4
Right: Matrix4x4
Trait Implementations
impl Clone for HolographicStereoTransform
impl Clone for HolographicStereoTransform
impl Copy for HolographicStereoTransform
Auto Trait Implementations
impl RefUnwindSafe for HolographicStereoTransform
impl Send for HolographicStereoTransform
impl Sync for HolographicStereoTransform
impl Unpin for HolographicStereoTransform
impl UnwindSafe for HolographicStereoTransform
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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