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