Struct GuidanceLaneMarkers
#[repr(transparent)]pub struct GuidanceLaneMarkers(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl GuidanceLaneMarkers
impl GuidanceLaneMarkers
pub const None: Self = _
pub const LightRight: Self = _
pub const Right: Self = _
pub const HardRight: Self = _
pub const Straight: Self = _
pub const UTurnLeft: Self = _
pub const HardLeft: Self = _
pub const Left: Self = _
pub const LightLeft: Self = _
pub const UTurnRight: Self = _
pub const Unknown: Self = _
§impl GuidanceLaneMarkers
impl GuidanceLaneMarkers
Trait Implementations§
§impl BitAnd for GuidanceLaneMarkers
impl BitAnd for GuidanceLaneMarkers
§impl BitAndAssign for GuidanceLaneMarkers
impl BitAndAssign for GuidanceLaneMarkers
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for GuidanceLaneMarkers
impl BitOr for GuidanceLaneMarkers
§impl BitOrAssign for GuidanceLaneMarkers
impl BitOrAssign for GuidanceLaneMarkers
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for GuidanceLaneMarkers
impl Clone for GuidanceLaneMarkers
§fn clone(&self) -> GuidanceLaneMarkers
fn clone(&self) -> GuidanceLaneMarkers
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§impl Debug for GuidanceLaneMarkers
impl Debug for GuidanceLaneMarkers
§impl Default for GuidanceLaneMarkers
impl Default for GuidanceLaneMarkers
§fn default() -> GuidanceLaneMarkers
fn default() -> GuidanceLaneMarkers
Returns the “default value” for a type. Read more
§impl Not for GuidanceLaneMarkers
impl Not for GuidanceLaneMarkers
§impl PartialEq for GuidanceLaneMarkers
impl PartialEq for GuidanceLaneMarkers
impl Copy for GuidanceLaneMarkers
impl Eq for GuidanceLaneMarkers
impl StructuralPartialEq for GuidanceLaneMarkers
Auto Trait Implementations§
impl Freeze for GuidanceLaneMarkers
impl RefUnwindSafe for GuidanceLaneMarkers
impl Send for GuidanceLaneMarkers
impl Sync for GuidanceLaneMarkers
impl Unpin for GuidanceLaneMarkers
impl UnwindSafe for GuidanceLaneMarkers
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