#[repr(C)]pub struct nvm_ioctl_dev_factory {
pub dev: [c_char; 32],
pub flags: __u32,
}Fields§
§dev: [c_char; 32]§flags: __u32Trait Implementations§
Source§impl Clone for nvm_ioctl_dev_factory
impl Clone for nvm_ioctl_dev_factory
Source§fn clone(&self) -> nvm_ioctl_dev_factory
fn clone(&self) -> nvm_ioctl_dev_factory
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_dev_factory
impl Debug for nvm_ioctl_dev_factory
Source§impl Default for nvm_ioctl_dev_factory
impl Default for nvm_ioctl_dev_factory
Source§fn default() -> nvm_ioctl_dev_factory
fn default() -> nvm_ioctl_dev_factory
Returns the “default value” for a type. Read more
Source§impl PartialEq for nvm_ioctl_dev_factory
impl PartialEq for nvm_ioctl_dev_factory
impl Copy for nvm_ioctl_dev_factory
impl Eq for nvm_ioctl_dev_factory
impl StructuralPartialEq for nvm_ioctl_dev_factory
Auto Trait Implementations§
impl Freeze for nvm_ioctl_dev_factory
impl RefUnwindSafe for nvm_ioctl_dev_factory
impl Send for nvm_ioctl_dev_factory
impl Sync for nvm_ioctl_dev_factory
impl Unpin for nvm_ioctl_dev_factory
impl UnwindSafe for nvm_ioctl_dev_factory
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