Struct windows_sys::Services::Maps::ManeuverWarningSeverity
[−]#[repr(transparent)]pub struct ManeuverWarningSeverity(pub i32);
Expand description
Required features: "Services_Maps"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for ManeuverWarningSeverity
impl Clone for ManeuverWarningSeverity
impl Copy for ManeuverWarningSeverity
Auto Trait Implementations
impl RefUnwindSafe for ManeuverWarningSeverity
impl Send for ManeuverWarningSeverity
impl Sync for ManeuverWarningSeverity
impl Unpin for ManeuverWarningSeverity
impl UnwindSafe for ManeuverWarningSeverity
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