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