Struct windows_sys::Services::Maps::Guidance::GuidanceMode
[−]#[repr(transparent)]pub struct GuidanceMode(pub i32);
Expand description
Required features: "Services_Maps_Guidance"
Tuple Fields
0: i32
Implementations
impl GuidanceMode
impl GuidanceMode
pub const None: Self = Self(0i32)
pub const Simulation: Self = Self(1i32)
pub const Tracking: Self = Self(3i32)
Trait Implementations
impl Clone for GuidanceMode
impl Clone for GuidanceMode
impl Copy for GuidanceMode
Auto Trait Implementations
impl RefUnwindSafe for GuidanceMode
impl Send for GuidanceMode
impl Sync for GuidanceMode
impl Unpin for GuidanceMode
impl UnwindSafe for GuidanceMode
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