Struct windows_metadata::PInvokeAttributes
source · pub struct PInvokeAttributes(pub usize);Tuple Fields§
§0: usizeImplementations§
source§impl PInvokeAttributes
impl PInvokeAttributes
pub const SupportsLastError: Self = _
pub const CallConvPlatformapi: Self = _
pub const CallConvCdecl: Self = _
pub const CallConvStdcall: Self = _
pub const CallConvThiscall: Self = _
pub const CallConvFastcall: 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 Debug for PInvokeAttributes
impl Debug for PInvokeAttributes
source§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 ==.impl Copy for PInvokeAttributes
impl Eq for PInvokeAttributes
impl StructuralEq for PInvokeAttributes
impl StructuralPartialEq for PInvokeAttributes
Auto Trait Implementations§
impl RefUnwindSafe for PInvokeAttributes
impl Send for PInvokeAttributes
impl Sync for PInvokeAttributes
impl Unpin for PInvokeAttributes
impl UnwindSafe for PInvokeAttributes
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