Struct windows_sys::UI::WebUI::Core::WebUICommandBarClosedDisplayMode
[−]#[repr(transparent)]pub struct WebUICommandBarClosedDisplayMode(pub i32);
Expand description
Required features: ‘UI_WebUI_Core’
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for WebUICommandBarClosedDisplayMode
impl Clone for WebUICommandBarClosedDisplayMode
impl Copy for WebUICommandBarClosedDisplayMode
Auto Trait Implementations
impl RefUnwindSafe for WebUICommandBarClosedDisplayMode
impl Send for WebUICommandBarClosedDisplayMode
impl Sync for WebUICommandBarClosedDisplayMode
impl Unpin for WebUICommandBarClosedDisplayMode
impl UnwindSafe for WebUICommandBarClosedDisplayMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more