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