Struct windows_sys::Win32::System::WinRT::Xaml::TrackerHandle__
[−]#[repr(C)]pub struct TrackerHandle__ {
pub unused: i32,
}
Expand description
Required features: "Win32_System_WinRT_Xaml"
Fields
unused: i32
Trait Implementations
impl Clone for TrackerHandle__
impl Clone for TrackerHandle__
impl Copy for TrackerHandle__
Auto Trait Implementations
impl RefUnwindSafe for TrackerHandle__
impl Send for TrackerHandle__
impl Sync for TrackerHandle__
impl Unpin for TrackerHandle__
impl UnwindSafe for TrackerHandle__
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