Struct usvg_tree::NonZeroF64
source · pub struct NonZeroF64(_);
Expand description
A non-zero f64
.
Just like f64
but immutable and guarantee to never be zero.
Implementations§
Trait Implementations§
source§impl Clone for NonZeroF64
impl Clone for NonZeroF64
source§fn clone(&self) -> NonZeroF64
fn clone(&self) -> NonZeroF64
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 more