Struct normal_pack::EncodedUnitVector3F16
source · #[repr(C)]pub struct EncodedUnitVector3F16(/* private fields */);Expand description
A unit vector packed into a [half::f16; 2]
See the module-level documentation for more details.
Implementations§
Trait Implementations§
source§impl Clone for EncodedUnitVector3F16
impl Clone for EncodedUnitVector3F16
source§fn clone(&self) -> EncodedUnitVector3F16
fn clone(&self) -> EncodedUnitVector3F16
Returns a copy 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 EncodedUnitVector3F16
impl Debug for EncodedUnitVector3F16
source§impl PartialEq for EncodedUnitVector3F16
impl PartialEq for EncodedUnitVector3F16
source§fn eq(&self, other: &EncodedUnitVector3F16) -> bool
fn eq(&self, other: &EncodedUnitVector3F16) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for EncodedUnitVector3F16
impl StructuralPartialEq for EncodedUnitVector3F16
Auto Trait Implementations§
impl Freeze for EncodedUnitVector3F16
impl RefUnwindSafe for EncodedUnitVector3F16
impl Send for EncodedUnitVector3F16
impl Sync for EncodedUnitVector3F16
impl Unpin for EncodedUnitVector3F16
impl UnwindSafe for EncodedUnitVector3F16
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)