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