pub struct EncodedUnitVector3F16(/* private fields */);Expand description
A unit vector packed into a [half::f16; 2]. The half feature must be enabled to use it.
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 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 EncodedUnitVector3F16
impl Debug for EncodedUnitVector3F16
Source§impl PartialEq for EncodedUnitVector3F16
impl PartialEq for EncodedUnitVector3F16
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