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