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