#[repr(C)]pub struct sio_cap {
pub enc: [sio_cap_sio_enc; 8],
pub rchan: [c_uint; 8],
pub pchan: [c_uint; 8],
pub rate: [c_uint; 16],
pub __pad: [c_int; 7],
pub nconf: c_uint,
pub confs: [sio_cap_sio_conf; 4],
}Fields§
§enc: [sio_cap_sio_enc; 8]§rchan: [c_uint; 8]§pchan: [c_uint; 8]§rate: [c_uint; 16]§__pad: [c_int; 7]§nconf: c_uint§confs: [sio_cap_sio_conf; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for sio_cap
impl RefUnwindSafe for sio_cap
impl Send for sio_cap
impl Sync for sio_cap
impl Unpin for sio_cap
impl UnwindSafe for sio_cap
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