Struct windows_sys::UI::Xaml::Controls::ContentDialogButton
[−]#[repr(transparent)]pub struct ContentDialogButton(pub i32);
Expand description
Required features: "UI_Xaml_Controls"
Tuple Fields
0: i32
Implementations
impl ContentDialogButton
impl ContentDialogButton
Trait Implementations
impl Clone for ContentDialogButton
impl Clone for ContentDialogButton
impl Copy for ContentDialogButton
Auto Trait Implementations
impl RefUnwindSafe for ContentDialogButton
impl Send for ContentDialogButton
impl Sync for ContentDialogButton
impl Unpin for ContentDialogButton
impl UnwindSafe for ContentDialogButton
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