#[repr(C)]pub struct MethodImplAttributes {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl MethodImplAttributes
impl MethodImplAttributes
pub fn code_type_mask() -> Self
pub fn il() -> Self
pub fn native() -> Self
pub fn optil() -> Self
pub fn runtime() -> Self
pub fn managed_mask() -> Self
pub fn unmanaged() -> Self
pub fn managed() -> Self
pub fn forward_ref() -> Self
pub fn preserve_sig() -> Self
pub fn internal_call() -> Self
pub fn synchronized() -> Self
pub fn no_inlining() -> Self
pub fn aggressive_inlining() -> Self
pub fn no_optimization() -> Self
pub fn max_method_impl_val() -> Self
Trait Implementations§
Source§impl ClassIdentity for MethodImplAttributes
impl ClassIdentity for MethodImplAttributes
Source§impl Clone for MethodImplAttributes
impl Clone for MethodImplAttributes
Source§fn clone(&self) -> MethodImplAttributes
fn clone(&self) -> MethodImplAttributes
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 MethodImplAttributes
impl Debug for MethodImplAttributes
Source§impl PartialEq for MethodImplAttributes
impl PartialEq for MethodImplAttributes
impl Copy for MethodImplAttributes
impl Eq for MethodImplAttributes
impl StructuralPartialEq for MethodImplAttributes
Auto Trait Implementations§
impl Freeze for MethodImplAttributes
impl RefUnwindSafe for MethodImplAttributes
impl Send for MethodImplAttributes
impl Sync for MethodImplAttributes
impl Unpin for MethodImplAttributes
impl UnwindSafe for MethodImplAttributes
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)