[][src]Struct climeta::schema::flags::MethodAttributes

pub struct MethodAttributes(_);

Methods

impl MethodAttributes[src]

pub fn access(&self) -> MemberAccess[src]

pub fn static_(&self) -> bool[src]

pub fn final_(&self) -> bool[src]

pub fn virtual_(&self) -> bool[src]

pub fn hide_by_sig(&self) -> bool[src]

pub fn layout(&self) -> VtableLayout[src]

pub fn strict(&self) -> bool[src]

pub fn abstract_(&self) -> bool[src]

pub fn special_name(&self) -> bool[src]

pub fn pinvoke_impl(&self) -> bool[src]

pub fn unmanaged_export(&self) -> bool[src]

pub fn rt_special_name(&self) -> bool[src]

pub fn has_security(&self) -> bool[src]

pub fn require_sec_object(&self) -> bool[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T[src]