#[repr(C)]pub struct nvm_ioctl_get_devices {
pub nr_devices: __u32,
pub reserved: [__u32; 31],
pub info: [nvm_ioctl_device_info; 31],
}Fields§
§nr_devices: __u32§reserved: [__u32; 31]§info: [nvm_ioctl_device_info; 31]Trait Implementations§
Source§impl Clone for nvm_ioctl_get_devices
impl Clone for nvm_ioctl_get_devices
Source§fn clone(&self) -> nvm_ioctl_get_devices
fn clone(&self) -> nvm_ioctl_get_devices
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 nvm_ioctl_get_devices
impl Debug for nvm_ioctl_get_devices
Source§impl Default for nvm_ioctl_get_devices
impl Default for nvm_ioctl_get_devices
Source§impl PartialEq for nvm_ioctl_get_devices
impl PartialEq for nvm_ioctl_get_devices
impl Copy for nvm_ioctl_get_devices
impl Eq for nvm_ioctl_get_devices
impl StructuralPartialEq for nvm_ioctl_get_devices
Auto Trait Implementations§
impl Freeze for nvm_ioctl_get_devices
impl RefUnwindSafe for nvm_ioctl_get_devices
impl Send for nvm_ioctl_get_devices
impl Sync for nvm_ioctl_get_devices
impl Unpin for nvm_ioctl_get_devices
impl UnwindSafe for nvm_ioctl_get_devices
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