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