pub struct PInvokeAttributes(/* private fields */);Implementations§
Source§impl PInvokeAttributes
impl PInvokeAttributes
pub const SupportsLastError: Self
pub const CallConvPlatformapi: Self
pub const CallConvCdecl: Self
Trait Implementations§
Source§impl BitAnd for PInvokeAttributes
impl BitAnd for PInvokeAttributes
Source§impl BitAndAssign for PInvokeAttributes
impl BitAndAssign for PInvokeAttributes
Source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read moreSource§impl BitOr for PInvokeAttributes
impl BitOr for PInvokeAttributes
Source§impl BitOrAssign for PInvokeAttributes
impl BitOrAssign 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 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 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 Ord for PInvokeAttributes
impl Ord for PInvokeAttributes
Source§fn cmp(&self, other: &PInvokeAttributes) -> Ordering
fn cmp(&self, other: &PInvokeAttributes) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PInvokeAttributes
impl PartialEq for PInvokeAttributes
Source§impl PartialOrd for PInvokeAttributes
impl PartialOrd for PInvokeAttributes
impl Copy for PInvokeAttributes
impl Eq for PInvokeAttributes
impl StructuralPartialEq for PInvokeAttributes
Auto Trait Implementations§
impl Freeze for PInvokeAttributes
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