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