pub struct Vec3LeCodec;Expand description
Little-endian Vec3 codec.
Trait Implementations§
Source§impl Clone for Vec3LeCodec
impl Clone for Vec3LeCodec
Source§fn clone(&self) -> Vec3LeCodec
fn clone(&self) -> Vec3LeCodec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ComponentCodec<Vec3> for Vec3LeCodec
impl ComponentCodec<Vec3> for Vec3LeCodec
impl Copy for Vec3LeCodec
Source§impl Debug for Vec3LeCodec
impl Debug for Vec3LeCodec
Source§impl Default for Vec3LeCodec
impl Default for Vec3LeCodec
Source§fn default() -> Vec3LeCodec
fn default() -> Vec3LeCodec
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Vec3LeCodec
impl RefUnwindSafe for Vec3LeCodec
impl Send for Vec3LeCodec
impl Sync for Vec3LeCodec
impl Unpin for Vec3LeCodec
impl UnsafeUnpin for Vec3LeCodec
impl UnwindSafe for Vec3LeCodec
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