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