struct FixedScaleFactor(Fixed);
Tuple Fields§
§0: Fixed
Implementations§
Trait Implementations§
Source§impl Clone for FixedScaleFactor
impl Clone for FixedScaleFactor
Source§fn clone(&self) -> FixedScaleFactor
fn clone(&self) -> FixedScaleFactor
Returns a duplicate 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 moreimpl Copy for FixedScaleFactor
Auto Trait Implementations§
impl Freeze for FixedScaleFactor
impl RefUnwindSafe for FixedScaleFactor
impl Send for FixedScaleFactor
impl Sync for FixedScaleFactor
impl Unpin for FixedScaleFactor
impl UnwindSafe for FixedScaleFactor
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