#[repr(C)]pub struct _KSTM_XFER_CONTEXT {
pub Buffer: PUCHAR,
pub BufferSize: INT,
pub TransferLength: INT,
pub UserState: PVOID,
}Fields§
§Buffer: PUCHAR§BufferSize: INT§TransferLength: INT§UserState: PVOIDTrait Implementations§
Source§impl Clone for _KSTM_XFER_CONTEXT
impl Clone for _KSTM_XFER_CONTEXT
Source§fn clone(&self) -> _KSTM_XFER_CONTEXT
fn clone(&self) -> _KSTM_XFER_CONTEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _KSTM_XFER_CONTEXT
impl Debug for _KSTM_XFER_CONTEXT
Source§impl Default for _KSTM_XFER_CONTEXT
impl Default for _KSTM_XFER_CONTEXT
impl Copy for _KSTM_XFER_CONTEXT
Auto Trait Implementations§
impl Freeze for _KSTM_XFER_CONTEXT
impl RefUnwindSafe for _KSTM_XFER_CONTEXT
impl !Send for _KSTM_XFER_CONTEXT
impl !Sync for _KSTM_XFER_CONTEXT
impl Unpin for _KSTM_XFER_CONTEXT
impl UnwindSafe for _KSTM_XFER_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