Struct windows_sys::Win32::Web::MsHtml::HostDialogHelper
[−]#[repr(C)]pub struct HostDialogHelper(pub u8);
Tuple Fields
0: u8
Auto Trait Implementations
impl RefUnwindSafe for HostDialogHelper
impl Send for HostDialogHelper
impl Sync for HostDialogHelper
impl Unpin for HostDialogHelper
impl UnwindSafe for HostDialogHelper
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