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