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