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