Struct webview2_com_sys::Windows::Win32::System::WinRT::EventRegistrationToken [−][src]
#[repr(C)]pub struct EventRegistrationToken {
pub value: i64,
}
Fields
value: i64
Trait Implementations
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
Mutably borrows from an owned value. Read more