pub struct _16;
Expand description
16 bits marker type
Trait Implementations§
Source§impl ChannelRepr<_16> for Inorm
impl ChannelRepr<_16> for Inorm
Source§impl ChannelRepr<_16> for Int
impl ChannelRepr<_16> for Int
Source§impl ChannelRepr<_16> for Iscaled
impl ChannelRepr<_16> for Iscaled
Source§impl ChannelRepr<_16> for Srgb
impl ChannelRepr<_16> for Srgb
Source§impl ChannelRepr<_16> for Uint
impl ChannelRepr<_16> for Uint
Source§impl ChannelRepr<_16> for Unorm
impl ChannelRepr<_16> for Unorm
Source§impl ChannelRepr<_16> for Uscaled
impl ChannelRepr<_16> for Uscaled
impl Copy for _16
Auto Trait Implementations§
impl Freeze for _16
impl RefUnwindSafe for _16
impl Send for _16
impl Sync for _16
impl Unpin for _16
impl UnwindSafe for _16
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)