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