pub struct SurfaceWrapper(pub *mut void);Expand description
Abtraction layer for multiple OS support
Tuple Fields§
§0: *mut voidImplementations§
Trait Implementations§
Source§impl Clone for SurfaceWrapper
impl Clone for SurfaceWrapper
Source§fn clone(&self) -> SurfaceWrapper
fn clone(&self) -> SurfaceWrapper
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 SurfaceWrapper
impl Debug for SurfaceWrapper
Source§impl PartialEq for SurfaceWrapper
impl PartialEq for SurfaceWrapper
impl StructuralPartialEq for SurfaceWrapper
Auto Trait Implementations§
impl Freeze for SurfaceWrapper
impl RefUnwindSafe for SurfaceWrapper
impl !Send for SurfaceWrapper
impl !Sync for SurfaceWrapper
impl Unpin for SurfaceWrapper
impl UnwindSafe for SurfaceWrapper
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