#[repr(transparent)]pub struct Maxcnt(pub u32);
Expand description
Maximum number of 16-bit samples to be written to output RAM buffer
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Maxcnt
impl Eq for Maxcnt
impl StructuralPartialEq for Maxcnt
Auto Trait Implementations§
impl Freeze for Maxcnt
impl RefUnwindSafe for Maxcnt
impl Send for Maxcnt
impl Sync for Maxcnt
impl Unpin for Maxcnt
impl UnwindSafe for Maxcnt
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
)