#[repr(C)]pub struct sio_par {}Fields§
§bits: c_uint§bps: c_uint§sig: c_uint§le: c_uint§msb: c_uint§rchan: c_uint§pchan: c_uint§rate: c_uint§bufsz: c_uint§xrun: c_uint§round: c_uint§appbufsz: c_uint§__pad: [c_int; 3]§__magic: c_uintTrait Implementations§
Auto Trait Implementations§
impl Freeze for sio_par
impl RefUnwindSafe for sio_par
impl Send for sio_par
impl Sync for sio_par
impl Unpin for sio_par
impl UnwindSafe for sio_par
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