pub struct _8;
Expand description
8 bits marker type
Trait Implementations§
Source§impl ChannelRepr<_8> for Inorm
impl ChannelRepr<_8> for Inorm
Source§impl ChannelRepr<_8> for Int
impl ChannelRepr<_8> for Int
Source§impl ChannelRepr<_8> for Iscaled
impl ChannelRepr<_8> for Iscaled
Source§impl ChannelRepr<_8> for Srgb
impl ChannelRepr<_8> for Srgb
Source§impl ChannelRepr<_8> for Uint
impl ChannelRepr<_8> for Uint
Source§impl ChannelRepr<_8> for Unorm
impl ChannelRepr<_8> for Unorm
Source§impl ChannelRepr<_8> for Uscaled
impl ChannelRepr<_8> for Uscaled
impl Copy for _8
Auto Trait Implementations§
impl Freeze for _8
impl RefUnwindSafe for _8
impl Send for _8
impl Sync for _8
impl Unpin for _8
impl UnwindSafe for _8
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
)