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 · 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 LaneMarkingWeight
impl Debug for LaneMarkingWeight
Source§impl Display for LaneMarkingWeight
impl Display for LaneMarkingWeight
Source§impl PartialEq for LaneMarkingWeight
impl PartialEq for LaneMarkingWeight
impl Copy for LaneMarkingWeight
impl Eq for LaneMarkingWeight
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 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