#[repr(C)]pub struct nvm_ioctl_create {
pub dev: [c_char; 32],
pub tgttype: [c_char; 48],
pub tgtname: [c_char; 32],
pub flags: __u32,
pub conf: nvm_ioctl_create_conf,
}Fields§
§dev: [c_char; 32]§tgttype: [c_char; 48]§tgtname: [c_char; 32]§flags: __u32§conf: nvm_ioctl_create_confTrait Implementations§
Source§impl Clone for nvm_ioctl_create
impl Clone for nvm_ioctl_create
Source§fn clone(&self) -> nvm_ioctl_create
fn clone(&self) -> nvm_ioctl_create
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 Default for nvm_ioctl_create
impl Default for nvm_ioctl_create
impl Copy for nvm_ioctl_create
Auto Trait Implementations§
impl Freeze for nvm_ioctl_create
impl RefUnwindSafe for nvm_ioctl_create
impl Send for nvm_ioctl_create
impl Sync for nvm_ioctl_create
impl Unpin for nvm_ioctl_create
impl UnwindSafe for nvm_ioctl_create
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