Struct windows_metadata::PInvokeAttributes
source · pub struct PInvokeAttributes(pub usize);
Tuple Fields§
§0: usize
Implementations§
source§impl PInvokeAttributes
impl PInvokeAttributes
pub const LAST_ERROR: Self = _
pub const CONV_PLATFORM: Self = _
pub const CONV_CDECL: Self = _
pub const CONV_STDCALL: Self = _
pub const CONV_THISCALL: Self = _
pub const CONV_FASTCALL: Self = _
Trait Implementations§
source§impl BitAnd<PInvokeAttributes> for PInvokeAttributes
impl BitAnd<PInvokeAttributes> for PInvokeAttributes
source§impl BitAndAssign<PInvokeAttributes> for PInvokeAttributes
impl BitAndAssign<PInvokeAttributes> for PInvokeAttributes
source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read moresource§impl BitOr<PInvokeAttributes> for PInvokeAttributes
impl BitOr<PInvokeAttributes> for PInvokeAttributes
source§impl BitOrAssign<PInvokeAttributes> for PInvokeAttributes
impl BitOrAssign<PInvokeAttributes> for PInvokeAttributes
source§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read moresource§impl Clone for PInvokeAttributes
impl Clone for PInvokeAttributes
source§fn clone(&self) -> PInvokeAttributes
fn clone(&self) -> PInvokeAttributes
Returns a copy 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 Default for PInvokeAttributes
impl Default for PInvokeAttributes
source§fn default() -> PInvokeAttributes
fn default() -> PInvokeAttributes
Returns the “default value” for a type. Read more
source§impl Not for PInvokeAttributes
impl Not for PInvokeAttributes
source§impl PartialEq<PInvokeAttributes> for PInvokeAttributes
impl PartialEq<PInvokeAttributes> for PInvokeAttributes
source§fn eq(&self, other: &PInvokeAttributes) -> bool
fn eq(&self, other: &PInvokeAttributes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.