Struct windows_sys::UI::Xaml::Data::BindingMode
[−]#[repr(transparent)]pub struct BindingMode(pub i32);
Expand description
Required features: ‘UI_Xaml_Data’
Tuple Fields
0: i32
Implementations
impl BindingMode
impl BindingMode
Trait Implementations
impl Clone for BindingMode
impl Clone for BindingMode
impl Copy for BindingMode
Auto Trait Implementations
impl RefUnwindSafe for BindingMode
impl Send for BindingMode
impl Sync for BindingMode
impl Unpin for BindingMode
impl UnwindSafe for BindingMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more