Struct mp4::FixedPointU16
source · pub struct FixedPointU16(/* private fields */);
Implementations§
Trait Implementations§
source§impl Clone for FixedPointU16
impl Clone for FixedPointU16
source§fn clone(&self) -> FixedPointU16
fn clone(&self) -> FixedPointU16
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 FixedPointU16
impl Debug for FixedPointU16
source§impl PartialEq for FixedPointU16
impl PartialEq for FixedPointU16
source§fn eq(&self, other: &FixedPointU16) -> bool
fn eq(&self, other: &FixedPointU16) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for FixedPointU16
impl Serialize for FixedPointU16
impl Copy for FixedPointU16
impl Eq for FixedPointU16
impl StructuralPartialEq for FixedPointU16
Auto Trait Implementations§
impl Freeze for FixedPointU16
impl RefUnwindSafe for FixedPointU16
impl Send for FixedPointU16
impl Sync for FixedPointU16
impl Unpin for FixedPointU16
impl UnwindSafe for FixedPointU16
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