Struct windows_sys::Services::Maps::Guidance::GuidanceLaneMarkers
[−]#[repr(transparent)]pub struct GuidanceLaneMarkers(pub u32);
Expand description
Required features: "Services_Maps_Guidance"
Tuple Fields
0: u32
Implementations
impl GuidanceLaneMarkers
impl GuidanceLaneMarkers
pub const None: Self = Self(0u32)
pub const LightRight: Self = Self(1u32)
pub const Right: Self = Self(2u32)
pub const HardRight: Self = Self(4u32)
pub const Straight: Self = Self(8u32)
pub const UTurnLeft: Self = Self(16u32)
pub const HardLeft: Self = Self(32u32)
pub const Left: Self = Self(64u32)
pub const LightLeft: Self = Self(128u32)
pub const UTurnRight: Self = Self(256u32)
pub const Unknown: Self = Self(4294967295u32)
Trait Implementations
impl Clone for GuidanceLaneMarkers
impl Clone for GuidanceLaneMarkers
impl Copy for GuidanceLaneMarkers
Auto Trait Implementations
impl RefUnwindSafe for GuidanceLaneMarkers
impl Send for GuidanceLaneMarkers
impl Sync for GuidanceLaneMarkers
impl Unpin for GuidanceLaneMarkers
impl UnwindSafe for GuidanceLaneMarkers
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more