pub enum LaneMarkingWeight {
Unknown,
Standard,
Bold,
}Variants§
Trait Implementations§
Source§impl Clone for LaneMarkingWeight
impl Clone for LaneMarkingWeight
Source§fn clone(&self) -> LaneMarkingWeight
fn clone(&self) -> LaneMarkingWeight
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 LaneMarkingWeight
Source§impl Debug for LaneMarkingWeight
impl Debug for LaneMarkingWeight
Source§impl Display for LaneMarkingWeight
impl Display for LaneMarkingWeight
impl Eq for LaneMarkingWeight
Source§impl PartialEq for LaneMarkingWeight
impl PartialEq for LaneMarkingWeight
Source§fn eq(&self, other: &LaneMarkingWeight) -> bool
fn eq(&self, other: &LaneMarkingWeight) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LaneMarkingWeight
Auto Trait Implementations§
impl Freeze for LaneMarkingWeight
impl RefUnwindSafe for LaneMarkingWeight
impl Send for LaneMarkingWeight
impl Sync for LaneMarkingWeight
impl Unpin for LaneMarkingWeight
impl UnsafeUnpin for LaneMarkingWeight
impl UnwindSafe for LaneMarkingWeight
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