pub struct SurfaceProps;Auto Trait Implementations§
impl Freeze for SurfaceProps
impl RefUnwindSafe for SurfaceProps
impl Send for SurfaceProps
impl Sync for SurfaceProps
impl Unpin for SurfaceProps
impl UnsafeUnpin for SurfaceProps
impl UnwindSafe for SurfaceProps
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