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
pub const None: Self = Self(0i32)
pub const TemplatedParent: Self = Self(1i32)
pub const Self_: Self = Self(2i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more