Struct windows_sys::Foundation::Metadata::AttributeTargets
[−]#[repr(transparent)]pub struct AttributeTargets(pub u32);
Expand description
Required features: ‘Foundation_Metadata’
Tuple Fields
0: u32
Implementations
impl AttributeTargets
impl AttributeTargets
pub const All: Self
pub const Delegate: Self
pub const Enum: Self
pub const Event: Self
pub const Field: Self
pub const Interface: Self
pub const Method: Self
pub const Parameter: Self
pub const Property: Self
pub const RuntimeClass: Self
pub const Struct: Self
pub const InterfaceImpl: Self
pub const ApiContract: Self
Trait Implementations
impl Clone for AttributeTargets
impl Clone for AttributeTargets
impl Copy for AttributeTargets
Auto Trait Implementations
impl RefUnwindSafe for AttributeTargets
impl Send for AttributeTargets
impl Sync for AttributeTargets
impl Unpin for AttributeTargets
impl UnwindSafe for AttributeTargets
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more