pub struct ImageChannelDataType(/* private fields */);Implementations§
Source§impl ImageChannelDataType
impl ImageChannelDataType
pub const SNORM_INT8: Self
pub const SNORM_INT16: Self
pub const UNORM_INT8: Self
pub const UNORM_INT16: Self
pub const UNORM_SHORT565: Self
pub const UNORM_SHORT555: Self
pub const UNORM_INT101010: Self
pub const SIGNED_INT8: Self
pub const SIGNED_INT16: Self
pub const SIGNED_INT32: Self
pub const UNSIGNED_INT8: Self
pub const UNSIGNED_INT16: Self
pub const UNSIGNED_INT32: Self
pub const HALF_FLOAT: Self
pub const FLOAT: Self
pub const UNORM_INT24: Self
pub const UNORM_INT101010_2: Self
pub const UNORM_INT10_X6_EXT: Self
pub const UNSIGNED_INT_RAW10_EXT: Self
pub const UNSIGNED_INT_RAW12_EXT: Self
pub const UNORM_INT2_101010_EXT: Self
pub const UNSIGNED_INT10_X6_EXT: Self
pub const UNSIGNED_INT12_X4_EXT: Self
pub const UNSIGNED_INT14_X2_EXT: Self
pub const UNORM_INT12_X4_EXT: Self
pub const UNORM_INT14_X2_EXT: Self
Trait Implementations§
Source§impl Clone for ImageChannelDataType
impl Clone for ImageChannelDataType
Source§fn clone(&self) -> ImageChannelDataType
fn clone(&self) -> ImageChannelDataType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImageChannelDataType
impl Debug for ImageChannelDataType
Source§impl Display for ImageChannelDataType
impl Display for ImageChannelDataType
Source§impl PartialEq for ImageChannelDataType
impl PartialEq for ImageChannelDataType
impl Copy for ImageChannelDataType
impl Eq for ImageChannelDataType
impl StructuralPartialEq for ImageChannelDataType
Auto Trait Implementations§
impl Freeze for ImageChannelDataType
impl RefUnwindSafe for ImageChannelDataType
impl Send for ImageChannelDataType
impl Sync for ImageChannelDataType
impl Unpin for ImageChannelDataType
impl UnsafeUnpin for ImageChannelDataType
impl UnwindSafe for ImageChannelDataType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'a, T> WordExt<'a> for Twhere
T: Word,
impl<'a, T> WordExt<'a> for Twhere
T: Word,
Source§fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
Parses one word.
Source§fn parse_optional(
stream: &mut InstructionStream<'a>,
) -> ParseResult<Option<Self>>
fn parse_optional( stream: &mut InstructionStream<'a>, ) -> ParseResult<Option<Self>>
Tries to optionally parse one word.
Source§fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
Parses words until the end of the stream.