pub struct LengthValue(/* private fields */);Trait Implementations§
Source§impl Clone for LengthValue
impl Clone for LengthValue
Source§fn clone(&self) -> LengthValue
fn clone(&self) -> LengthValue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LengthValue
Source§impl Debug for LengthValue
impl Debug for LengthValue
Source§impl PartialEq for LengthValue
impl PartialEq for LengthValue
Source§fn eq(&self, other: &LengthValue) -> bool
fn eq(&self, other: &LengthValue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LengthValue
Auto Trait Implementations§
impl Freeze for LengthValue
impl RefUnwindSafe for LengthValue
impl Send for LengthValue
impl Sync for LengthValue
impl Unpin for LengthValue
impl UnsafeUnpin for LengthValue
impl UnwindSafe for LengthValue
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