#[repr(C)]pub struct SwrContext { /* private fields */ }
Trait Implementations§
Source§impl Clone for SwrContext
impl Clone for SwrContext
Source§fn clone(&self) -> SwrContext
fn clone(&self) -> SwrContext
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 moreSource§impl Debug for SwrContext
impl Debug for SwrContext
impl Copy for SwrContext
Auto Trait Implementations§
impl Freeze for SwrContext
impl RefUnwindSafe for SwrContext
impl Send for SwrContext
impl Sync for SwrContext
impl Unpin for SwrContext
impl UnwindSafe for SwrContext
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