pub enum SlotSize {
DataSize,
Channel16,
Channel32,
}
Expand description
Data slot size.
Variants§
DataSize
Channel16
16 bit data length on 16 bit wide channel
Channel32
16 bit data length on 32 bit wide channel
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SlotSize
impl RefUnwindSafe for SlotSize
impl Send for SlotSize
impl Sync for SlotSize
impl Unpin for SlotSize
impl UnwindSafe for SlotSize
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
)