pub struct Unsigned;Expand description
The unsigned integral sampler type.
Trait Implementations§
Source§impl SamplerType for Unsigned
impl SamplerType for Unsigned
Source§fn sample_type() -> Type
fn sample_type() -> Type
Underlying type of the sampler.
impl Copy for Unsigned
impl Eq for Unsigned
impl StructuralPartialEq for Unsigned
Auto Trait Implementations§
impl Freeze for Unsigned
impl RefUnwindSafe for Unsigned
impl Send for Unsigned
impl Sync for Unsigned
impl Unpin for Unsigned
impl UnwindSafe for Unsigned
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