Enum fastfreeimage::AlgorithmHint
source · pub enum AlgorithmHint {
Fast,
}
Variants§
Fast
Trait Implementations§
source§impl Clone for AlgorithmHint
impl Clone for AlgorithmHint
source§fn clone(&self) -> AlgorithmHint
fn clone(&self) -> AlgorithmHint
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 AlgorithmHint
impl Debug for AlgorithmHint
impl Copy for AlgorithmHint
Auto Trait Implementations§
impl Freeze for AlgorithmHint
impl RefUnwindSafe for AlgorithmHint
impl Send for AlgorithmHint
impl Sync for AlgorithmHint
impl Unpin for AlgorithmHint
impl UnwindSafe for AlgorithmHint
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