pub enum ChannelType {
U8,
U16,
F16,
F32,
}Variants§
Implementations§
Trait Implementations§
Source§impl Debug for ChannelType
impl Debug for ChannelType
impl Eq for ChannelType
Source§impl PartialEq for ChannelType
impl PartialEq for ChannelType
Source§fn eq(&self, other: &ChannelType) -> bool
fn eq(&self, other: &ChannelType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ChannelType
Auto Trait Implementations§
impl Freeze for ChannelType
impl RefUnwindSafe for ChannelType
impl Send for ChannelType
impl Sync for ChannelType
impl Unpin for ChannelType
impl UnsafeUnpin for ChannelType
impl UnwindSafe for ChannelType
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