#[repr(C, packed(1))]pub struct _KISO_CONTEXT {
pub Flags: KISO_FLAG,
pub StartFrame: UINT,
pub ErrorCount: SHORT,
pub NumberOfPackets: SHORT,
pub UrbHdrStatus: UINT,
pub IsoPackets: __IncompleteArrayField<KISO_PACKET>,
}Fields§
§Flags: KISO_FLAG§StartFrame: UINT§ErrorCount: SHORT§NumberOfPackets: SHORT§UrbHdrStatus: UINT§IsoPackets: __IncompleteArrayField<KISO_PACKET>Trait Implementations§
Auto Trait Implementations§
impl Freeze for _KISO_CONTEXT
impl RefUnwindSafe for _KISO_CONTEXT
impl Send for _KISO_CONTEXT
impl Sync for _KISO_CONTEXT
impl Unpin for _KISO_CONTEXT
impl UnwindSafe for _KISO_CONTEXT
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