Struct webview2_com_sys::Windows::Win32::System::WinRT::EventRegistrationToken [−][src]
#[repr(C)]pub struct EventRegistrationToken {
pub value: i64,
}Fields
value: i64Trait Implementations
type DefaultType = Self
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
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