#[repr(C)]pub struct streams {
pub num_streams: c_uint,
pub num_eps: c_uint,
pub eps: __IncompleteArrayField<c_uchar>,
}Fields§
§num_streams: c_uint§num_eps: c_uint§eps: __IncompleteArrayField<c_uchar>Trait Implementations§
Auto Trait Implementations§
impl Freeze for streams
impl RefUnwindSafe for streams
impl Send for streams
impl Sync for streams
impl Unpin for streams
impl UnwindSafe for streams
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