#[repr(C)]pub struct MtmdDecoderPos {
pub t: u32,
pub x: u32,
pub y: u32,
pub z: u32,
}Fields§
§t: u32§x: u32§y: u32§z: u32Trait Implementations§
Source§impl Clone for MtmdDecoderPos
impl Clone for MtmdDecoderPos
Source§fn clone(&self) -> MtmdDecoderPos
fn clone(&self) -> MtmdDecoderPos
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 moreimpl Copy for MtmdDecoderPos
Auto Trait Implementations§
impl Freeze for MtmdDecoderPos
impl RefUnwindSafe for MtmdDecoderPos
impl Send for MtmdDecoderPos
impl Sync for MtmdDecoderPos
impl Unpin for MtmdDecoderPos
impl UnsafeUnpin for MtmdDecoderPos
impl UnwindSafe for MtmdDecoderPos
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