#[repr(transparent)]pub struct TiSampler(pub usize);Expand description
Handle TiSampler
An image sampler. TI_NULL_HANDLE represents a default image sampler provided by the runtime implementation. The filter modes and address modes of default samplers depend on backend implementation.
Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Ord for TiSampler
impl Ord for TiSampler
Source§impl PartialOrd for TiSampler
impl PartialOrd for TiSampler
impl Copy for TiSampler
impl Eq for TiSampler
impl StructuralPartialEq for TiSampler
Auto Trait Implementations§
impl Freeze for TiSampler
impl RefUnwindSafe for TiSampler
impl Send for TiSampler
impl Sync for TiSampler
impl Unpin for TiSampler
impl UnwindSafe for TiSampler
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