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: i32
Implementations
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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