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