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