Struct windows_metadata::ParamAttributes
source · pub struct ParamAttributes(pub u16);Tuple Fields§
§0: u16Implementations§
Trait Implementations§
source§impl BitAnd for ParamAttributes
impl BitAnd for ParamAttributes
source§impl BitAndAssign for ParamAttributes
impl BitAndAssign for ParamAttributes
source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read moresource§impl BitOr for ParamAttributes
impl BitOr for ParamAttributes
source§impl BitOrAssign for ParamAttributes
impl BitOrAssign for ParamAttributes
source§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|= operation. Read moresource§impl Clone for ParamAttributes
impl Clone for ParamAttributes
source§fn clone(&self) -> ParamAttributes
fn clone(&self) -> ParamAttributes
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 ParamAttributes
impl Debug for ParamAttributes
source§impl Default for ParamAttributes
impl Default for ParamAttributes
source§fn default() -> ParamAttributes
fn default() -> ParamAttributes
Returns the “default value” for a type. Read more
source§impl Not for ParamAttributes
impl Not for ParamAttributes
source§impl Ord for ParamAttributes
impl Ord for ParamAttributes
source§fn cmp(&self, other: &ParamAttributes) -> Ordering
fn cmp(&self, other: &ParamAttributes) -> 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 ParamAttributes
impl PartialEq for ParamAttributes
source§fn eq(&self, other: &ParamAttributes) -> bool
fn eq(&self, other: &ParamAttributes) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for ParamAttributes
impl PartialOrd for ParamAttributes
source§fn partial_cmp(&self, other: &ParamAttributes) -> Option<Ordering>
fn partial_cmp(&self, other: &ParamAttributes) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for ParamAttributes
impl Eq for ParamAttributes
impl StructuralEq for ParamAttributes
impl StructuralPartialEq for ParamAttributes
Auto Trait Implementations§
impl RefUnwindSafe for ParamAttributes
impl Send for ParamAttributes
impl Sync for ParamAttributes
impl Unpin for ParamAttributes
impl UnwindSafe for ParamAttributes
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