Struct gfx::format::I16Norm [−][src]
Implementations
impl I16Norm
[src]
pub fn cast2(v: [i16; 2]) -> [I16Norm; 2]
[src]
Convert a 2-element slice.
pub fn cast3(v: [i16; 3]) -> [I16Norm; 3]
[src]
Convert a 3-element slice.
pub fn cast4(v: [i16; 4]) -> [I16Norm; 4]
[src]
Convert a 4-element slice.
pub fn cast_slice(slice: &[i16]) -> &[I16Norm]ⓘ
[src]
Convert a generic slice by transmutation.
Trait Implementations
impl Clone for I16Norm
[src]
impl Copy for I16Norm
[src]
impl Debug for I16Norm
[src]
impl Eq for I16Norm
[src]
impl Formatted for I16Norm
[src]
type Surface = R16
Associated surface type.
type Channel = Inorm
Associated channel type.
type View = <Inorm as ChannelTyped>::ShaderType
Shader view type of this format.
pub fn get_format() -> Format
[src]
impl From<i16> for I16Norm
[src]
impl Hash for I16Norm
[src]
pub fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
[src]
__H: Hasher,
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Ord for I16Norm
[src]
pub fn cmp(&self, other: &I16Norm) -> Ordering
[src]
#[must_use]pub fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self
1.50.0[src]
impl PartialEq<I16Norm> for I16Norm
[src]
impl PartialOrd<I16Norm> for I16Norm
[src]
pub fn partial_cmp(&self, other: &I16Norm) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
impl Pod for I16Norm
[src]
impl StructuralEq for I16Norm
[src]
impl StructuralPartialEq for I16Norm
[src]
Auto Trait Implementations
impl RefUnwindSafe for I16Norm
impl Send for I16Norm
impl Sync for I16Norm
impl Unpin for I16Norm
impl UnwindSafe for I16Norm
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,