#[repr(transparent)]pub struct MONIKERPROPERTY(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl MONIKERPROPERTY
impl MONIKERPROPERTY
pub const MIMETYPEPROP: Self
pub const USE_SRC_URL: Self
pub const CLASSIDPROP: Self
pub const TRUSTEDDOWNLOADPROP: Self
pub const POPUPLEVELPROP: Self
Trait Implementations§
Source§impl Abi for MONIKERPROPERTY
impl Abi for MONIKERPROPERTY
Source§type Abi = MONIKERPROPERTY
type Abi = MONIKERPROPERTY
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for MONIKERPROPERTY
impl Clone for MONIKERPROPERTY
Source§fn clone(&self) -> MONIKERPROPERTY
fn clone(&self) -> MONIKERPROPERTY
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 MONIKERPROPERTY
impl Debug for MONIKERPROPERTY
Source§impl Default for MONIKERPROPERTY
impl Default for MONIKERPROPERTY
Source§fn default() -> MONIKERPROPERTY
fn default() -> MONIKERPROPERTY
Returns the “default value” for a type. Read more
Source§impl From<i32> for MONIKERPROPERTY
impl From<i32> for MONIKERPROPERTY
Source§impl PartialEq for MONIKERPROPERTY
impl PartialEq for MONIKERPROPERTY
impl Copy for MONIKERPROPERTY
impl Eq for MONIKERPROPERTY
impl StructuralPartialEq for MONIKERPROPERTY
Auto Trait Implementations§
impl Freeze for MONIKERPROPERTY
impl RefUnwindSafe for MONIKERPROPERTY
impl Send for MONIKERPROPERTY
impl Sync for MONIKERPROPERTY
impl Unpin for MONIKERPROPERTY
impl UnwindSafe for MONIKERPROPERTY
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