#[repr(C)]pub struct vfio_device_feature_dma_logging_control {
pub page_size: u64,
pub num_ranges: u32,
pub __reserved: u32,
pub ranges: u64,
}Fields§
§page_size: u64§num_ranges: u32§__reserved: u32§ranges: u64Trait Implementations§
Source§impl Clone for vfio_device_feature_dma_logging_control
impl Clone for vfio_device_feature_dma_logging_control
Source§fn clone(&self) -> vfio_device_feature_dma_logging_control
fn clone(&self) -> vfio_device_feature_dma_logging_control
Returns a copy 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 Default for vfio_device_feature_dma_logging_control
impl Default for vfio_device_feature_dma_logging_control
Source§fn default() -> vfio_device_feature_dma_logging_control
fn default() -> vfio_device_feature_dma_logging_control
Returns the “default value” for a type. Read more
impl Copy for vfio_device_feature_dma_logging_control
Auto Trait Implementations§
impl Freeze for vfio_device_feature_dma_logging_control
impl RefUnwindSafe for vfio_device_feature_dma_logging_control
impl Send for vfio_device_feature_dma_logging_control
impl Sync for vfio_device_feature_dma_logging_control
impl Unpin for vfio_device_feature_dma_logging_control
impl UnwindSafe for vfio_device_feature_dma_logging_control
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