Struct windows_sys::Win32::System::Ioctl::DEVICE_COPY_OFFLOAD_DESCRIPTOR
#[repr(C)]pub struct DEVICE_COPY_OFFLOAD_DESCRIPTOR {
pub Version: u32,
pub Size: u32,
pub MaximumTokenLifetime: u32,
pub DefaultTokenLifetime: u32,
pub MaximumTransferSize: u64,
pub OptimalTransferCount: u64,
pub MaximumDataDescriptors: u32,
pub MaximumTransferLengthPerDescriptor: u32,
pub OptimalTransferLengthPerDescriptor: u32,
pub OptimalTransferLengthGranularity: u16,
pub Reserved: [u8; 2],
}
Fields§
§Version: u32
§Size: u32
§MaximumTokenLifetime: u32
§DefaultTokenLifetime: u32
§MaximumTransferSize: u64
§OptimalTransferCount: u64
§MaximumDataDescriptors: u32
§MaximumTransferLengthPerDescriptor: u32
§OptimalTransferLengthPerDescriptor: u32
§OptimalTransferLengthGranularity: u16
§Reserved: [u8; 2]
Trait Implementations§
§impl Clone for DEVICE_COPY_OFFLOAD_DESCRIPTOR
impl Clone for DEVICE_COPY_OFFLOAD_DESCRIPTOR
impl Copy for DEVICE_COPY_OFFLOAD_DESCRIPTOR
Auto Trait Implementations§
impl RefUnwindSafe for DEVICE_COPY_OFFLOAD_DESCRIPTOR
impl Send for DEVICE_COPY_OFFLOAD_DESCRIPTOR
impl Sync for DEVICE_COPY_OFFLOAD_DESCRIPTOR
impl Unpin for DEVICE_COPY_OFFLOAD_DESCRIPTOR
impl UnwindSafe for DEVICE_COPY_OFFLOAD_DESCRIPTOR
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