#[repr(C)]pub struct MethodAttributes {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl MethodAttributes
impl MethodAttributes
pub fn member_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 final() -> Self
pub fn virtual() -> Self
pub fn hide_by_sig() -> Self
pub fn check_access_on_override() -> Self
pub fn vtable_layout_mask() -> Self
pub fn reuse_slot() -> Self
pub fn new_slot() -> Self
pub fn abstract() -> Self
pub fn special_name() -> Self
pub fn pinvoke_impl() -> Self
pub fn unmanaged_export() -> Self
pub fn rt_special_name() -> Self
pub fn reserved_mask() -> Self
pub fn has_security() -> Self
pub fn require_sec_object() -> Self
Trait Implementations§
Source§impl ClassIdentity for MethodAttributes
impl ClassIdentity for MethodAttributes
Source§impl Clone for MethodAttributes
impl Clone for MethodAttributes
Source§fn clone(&self) -> MethodAttributes
fn clone(&self) -> MethodAttributes
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 MethodAttributes
impl Debug for MethodAttributes
Source§impl PartialEq for MethodAttributes
impl PartialEq for MethodAttributes
impl Copy for MethodAttributes
impl Eq for MethodAttributes
impl StructuralPartialEq for MethodAttributes
Auto Trait Implementations§
impl Freeze for MethodAttributes
impl RefUnwindSafe for MethodAttributes
impl Send for MethodAttributes
impl Sync for MethodAttributes
impl Unpin for MethodAttributes
impl UnwindSafe for MethodAttributes
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)