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