Struct windows_metadata::MethodImplAttributes
source · [−]pub struct MethodImplAttributes(pub usize);
Tuple Fields
0: usize
Implementations
sourceimpl MethodImplAttributes
impl MethodImplAttributes
pub fn preserve_sig(&self) -> bool
Trait Implementations
sourceimpl Default for MethodImplAttributes
impl Default for MethodImplAttributes
sourcefn default() -> MethodImplAttributes
fn default() -> MethodImplAttributes
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MethodImplAttributes
impl Send for MethodImplAttributes
impl Sync for MethodImplAttributes
impl Unpin for MethodImplAttributes
impl UnwindSafe for MethodImplAttributes
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