pub struct SamplerState { /* private fields */ }Expand description
Re-exports the Metal framework surface for this item.
Apple’s id<MTLSamplerState> — immutable texture-sampling state.
Mirrors the Metal framework counterpart for this type.
Implementations§
Source§impl SamplerState
impl SamplerState
Trait Implementations§
Source§impl Drop for SamplerState
impl Drop for SamplerState
Auto Trait Implementations§
impl !Send for SamplerState
impl !Sync for SamplerState
impl Freeze for SamplerState
impl RefUnwindSafe for SamplerState
impl Unpin for SamplerState
impl UnsafeUnpin for SamplerState
impl UnwindSafe for SamplerState
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