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 = Self(4294967295u32)
pub const Delegate: Self = Self(1u32)
pub const Enum: Self = Self(2u32)
pub const Event: Self = Self(4u32)
pub const Field: Self = Self(8u32)
pub const Interface: Self = Self(16u32)
pub const Method: Self = Self(64u32)
pub const Parameter: Self = Self(128u32)
pub const Property: Self = Self(256u32)
pub const RuntimeClass: Self = Self(512u32)
pub const Struct: Self = Self(1024u32)
pub const InterfaceImpl: Self = Self(2048u32)
pub const ApiContract: Self = Self(8192u32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more