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