Struct webrender_api::ExternalEvent
source · #[repr(C)]pub struct ExternalEvent {
pub(crate) raw: usize,
}
Expand description
An opaque pointer-sized value.
Fields§
§raw: usize
Implementations§
Trait Implementations§
source§impl Clone for ExternalEvent
impl Clone for ExternalEvent
source§fn clone(&self) -> ExternalEvent
fn clone(&self) -> ExternalEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Send for ExternalEvent
Auto Trait Implementations§
impl Freeze for ExternalEvent
impl RefUnwindSafe for ExternalEvent
impl Sync for ExternalEvent
impl Unpin for ExternalEvent
impl UnwindSafe for ExternalEvent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more