pub enum SurfaceHandle {
MacCaContextId(u32),
}Expand description
Platform-specific handle to the rendering surface exposed by Chromium.
Variants§
Trait Implementations§
Source§impl Clone for SurfaceHandle
impl Clone for SurfaceHandle
Source§fn clone(&self) -> SurfaceHandle
fn clone(&self) -> SurfaceHandle
Returns a duplicate 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 moreSource§impl Debug for SurfaceHandle
impl Debug for SurfaceHandle
Source§impl PartialEq for SurfaceHandle
impl PartialEq for SurfaceHandle
impl Eq for SurfaceHandle
impl StructuralPartialEq for SurfaceHandle
Auto Trait Implementations§
impl Freeze for SurfaceHandle
impl RefUnwindSafe for SurfaceHandle
impl Send for SurfaceHandle
impl Sync for SurfaceHandle
impl Unpin for SurfaceHandle
impl UnsafeUnpin for SurfaceHandle
impl UnwindSafe for SurfaceHandle
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