#[repr(C)]pub struct FieldAttributes {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl FieldAttributes
impl FieldAttributes
pub fn field_access_mask() -> Self
pub fn private_scope() -> Self
pub fn private() -> Self
pub fn fam_and_assem() -> Self
pub fn assembly() -> Self
pub fn family() -> Self
pub fn fam_or_assem() -> Self
pub fn public() -> Self
pub fn static() -> Self
pub fn init_only() -> Self
pub fn literal() -> Self
pub fn not_serialized() -> Self
pub fn special_name() -> Self
pub fn pinvoke_impl() -> Self
pub fn reserved_mask() -> Self
pub fn rt_special_name() -> Self
pub fn has_field_marshal() -> Self
pub fn has_default() -> Self
pub fn has_field_rva() -> Self
Trait Implementations§
Source§impl ClassIdentity for FieldAttributes
impl ClassIdentity for FieldAttributes
Source§impl Clone for FieldAttributes
impl Clone for FieldAttributes
Source§fn clone(&self) -> FieldAttributes
fn clone(&self) -> FieldAttributes
Returns a duplicate of the value. Read more
1.0.0§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 PartialEq for FieldAttributes
impl PartialEq for FieldAttributes
impl Copy for FieldAttributes
impl Eq for FieldAttributes
impl StructuralPartialEq for FieldAttributes
Auto Trait Implementations§
impl Freeze for FieldAttributes
impl RefUnwindSafe for FieldAttributes
impl Send for FieldAttributes
impl Sync for FieldAttributes
impl Unpin for FieldAttributes
impl UnwindSafe for FieldAttributes
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)