#[repr(i32)]pub enum __MIDL_IMonikerProp_0001 {
MIMETYPEPROP = 0,
USE_SRC_URL = 1,
CLASSIDPROP = 2,
TRUSTEDDOWNLOADPROP = 3,
POPUPLEVELPROP = 4,
}Variants§
Trait Implementations§
Source§impl Clone for __MIDL_IMonikerProp_0001
impl Clone for __MIDL_IMonikerProp_0001
Source§fn clone(&self) -> __MIDL_IMonikerProp_0001
fn clone(&self) -> __MIDL_IMonikerProp_0001
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for __MIDL_IMonikerProp_0001
impl Debug for __MIDL_IMonikerProp_0001
Source§impl Hash for __MIDL_IMonikerProp_0001
impl Hash for __MIDL_IMonikerProp_0001
Source§impl PartialEq for __MIDL_IMonikerProp_0001
impl PartialEq for __MIDL_IMonikerProp_0001
impl Copy for __MIDL_IMonikerProp_0001
impl Eq for __MIDL_IMonikerProp_0001
impl StructuralPartialEq for __MIDL_IMonikerProp_0001
Auto Trait Implementations§
impl Freeze for __MIDL_IMonikerProp_0001
impl RefUnwindSafe for __MIDL_IMonikerProp_0001
impl Send for __MIDL_IMonikerProp_0001
impl Sync for __MIDL_IMonikerProp_0001
impl Unpin for __MIDL_IMonikerProp_0001
impl UnwindSafe for __MIDL_IMonikerProp_0001
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more