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