Struct windows_sys::Win32::UI::Xaml::Diagnostics::MetadataBit
[−]#[repr(transparent)]pub struct MetadataBit(pub i32);Expand description
Required features: "Win32_UI_Xaml_Diagnostics"
Tuple Fields
0: i32Implementations
impl MetadataBit
impl MetadataBit
pub const None: Self
pub const IsValueHandle: Self
pub const IsPropertyReadOnly: Self
pub const IsValueCollection: Self
pub const IsValueCollectionReadOnly: Self
pub const IsValueBindingExpression: Self
pub const IsValueNull: Self
pub const IsValueHandleAndEvaluatedValue: Self
Trait Implementations
impl Clone for MetadataBit
impl Clone for MetadataBit
impl Copy for MetadataBit
Auto Trait Implementations
impl RefUnwindSafe for MetadataBit
impl Send for MetadataBit
impl Sync for MetadataBit
impl Unpin for MetadataBit
impl UnwindSafe for MetadataBit
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