Struct windows::Foundation::Metadata::AttributeTargets
#[repr(transparent)]pub struct AttributeTargets(pub u32);
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 = _
§impl AttributeTargets
impl AttributeTargets
Trait Implementations§
§impl BitAnd for AttributeTargets
impl BitAnd for AttributeTargets
§impl BitAndAssign for AttributeTargets
impl BitAndAssign for AttributeTargets
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for AttributeTargets
impl BitOr for AttributeTargets
§impl BitOrAssign for AttributeTargets
impl BitOrAssign for AttributeTargets
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for AttributeTargets
impl Clone for AttributeTargets
§fn clone(&self) -> AttributeTargets
fn clone(&self) -> AttributeTargets
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for AttributeTargets
impl Debug for AttributeTargets
§impl Default for AttributeTargets
impl Default for AttributeTargets
§fn default() -> AttributeTargets
fn default() -> AttributeTargets
Returns the “default value” for a type. Read more
§impl Not for AttributeTargets
impl Not for AttributeTargets
§impl PartialEq for AttributeTargets
impl PartialEq for AttributeTargets
§fn eq(&self, other: &AttributeTargets) -> bool
fn eq(&self, other: &AttributeTargets) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AttributeTargets
impl Eq for AttributeTargets
impl StructuralPartialEq for AttributeTargets
Auto Trait Implementations§
impl Freeze for AttributeTargets
impl RefUnwindSafe for AttributeTargets
impl Send for AttributeTargets
impl Sync for AttributeTargets
impl Unpin for AttributeTargets
impl UnwindSafe for AttributeTargets
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)