pub struct SamplerBuilder { /* private fields */ }
Expand description
Builds a Sampler
Implementations§
Auto Trait Implementations§
impl Freeze for SamplerBuilder
impl RefUnwindSafe for SamplerBuilder
impl Send for SamplerBuilder
impl Sync for SamplerBuilder
impl Unpin for SamplerBuilder
impl UnwindSafe for SamplerBuilder
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