pub struct StrokeMiterlimit(/* private fields */);
Expand description
A stroke-miterlimit
value.
Just like f32
but immutable and guarantee to be >=1.0.
Implementations§
Trait Implementations§
source§impl Clone for StrokeMiterlimit
impl Clone for StrokeMiterlimit
source§fn clone(&self) -> StrokeMiterlimit
fn clone(&self) -> StrokeMiterlimit
Returns a copy of the value. Read more
1.6.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 StrokeMiterlimit
impl Debug for StrokeMiterlimit
source§impl Default for StrokeMiterlimit
impl Default for StrokeMiterlimit
source§impl From<f32> for StrokeMiterlimit
impl From<f32> for StrokeMiterlimit
source§impl PartialEq for StrokeMiterlimit
impl PartialEq for StrokeMiterlimit
impl Copy for StrokeMiterlimit
Auto Trait Implementations§
impl Freeze for StrokeMiterlimit
impl RefUnwindSafe for StrokeMiterlimit
impl Send for StrokeMiterlimit
impl Sync for StrokeMiterlimit
impl Unpin for StrokeMiterlimit
impl UnwindSafe for StrokeMiterlimit
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)