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