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