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