Struct windows_sys::Services::Maps::MapManeuverNotices
[−]#[repr(transparent)]pub struct MapManeuverNotices(pub u32);
Expand description
Required features: ‘Services_Maps’
Tuple Fields
0: u32
Implementations
impl MapManeuverNotices
impl MapManeuverNotices
Trait Implementations
impl Clone for MapManeuverNotices
impl Clone for MapManeuverNotices
impl Copy for MapManeuverNotices
Auto Trait Implementations
impl RefUnwindSafe for MapManeuverNotices
impl Send for MapManeuverNotices
impl Sync for MapManeuverNotices
impl Unpin for MapManeuverNotices
impl UnwindSafe for MapManeuverNotices
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more