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