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