Struct windows_metadata::ParamAttributes
source · pub struct ParamAttributes(pub u16);Tuple Fields§
§0: u16Implementations§
Trait Implementations§
source§impl BitAnd<ParamAttributes> for ParamAttributes
impl BitAnd<ParamAttributes> for ParamAttributes
source§impl BitAndAssign<ParamAttributes> for ParamAttributes
impl BitAndAssign<ParamAttributes> for ParamAttributes
source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read moresource§impl BitOr<ParamAttributes> for ParamAttributes
impl BitOr<ParamAttributes> for ParamAttributes
source§impl BitOrAssign<ParamAttributes> for ParamAttributes
impl BitOrAssign<ParamAttributes> 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 PartialEq<ParamAttributes> for ParamAttributes
impl PartialEq<ParamAttributes> 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 ==.impl 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