Struct windows_metadata::FieldAttributes
source · [−]pub struct FieldAttributes(pub usize);
Tuple Fields
0: usize
Implementations
Trait Implementations
sourceimpl Default for FieldAttributes
impl Default for FieldAttributes
sourcefn default() -> FieldAttributes
fn default() -> FieldAttributes
Returns the “default value” for a type. Read more
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more