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