Struct gfx::format::F16 [−][src]
Implementations
impl F16
[src]
pub fn cast2(v: [u16; 2]) -> [F16; 2]
[src]
Convert a 2-element slice.
pub fn cast3(v: [u16; 3]) -> [F16; 3]
[src]
Convert a 3-element slice.
pub fn cast4(v: [u16; 4]) -> [F16; 4]
[src]
Convert a 4-element slice.
pub fn cast_slice(slice: &[u16]) -> &[F16]ⓘ
[src]
Convert a generic slice by transmutation.
Trait Implementations
impl Clone for F16
[src]
impl Copy for F16
[src]
impl Debug for F16
[src]
impl Eq for F16
[src]
impl Formatted for F16
[src]
type Surface = R16
Associated surface type.
type Channel = Float
Associated channel type.
type View = <Float as ChannelTyped>::ShaderType
Shader view type of this format.
pub fn get_format() -> Format
[src]
impl From<u16> for F16
[src]
impl Hash for F16
[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 F16
[src]
pub fn cmp(&self, other: &F16) -> 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<F16> for F16
[src]
impl PartialOrd<F16> for F16
[src]
pub fn partial_cmp(&self, other: &F16) -> 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 F16
[src]
impl StructuralEq for F16
[src]
impl StructuralPartialEq for F16
[src]
Auto Trait Implementations
impl RefUnwindSafe for F16
impl Send for F16
impl Sync for F16
impl Unpin for F16
impl UnwindSafe for F16
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>,