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