#[repr(C)]pub union nvm_ioctl_create_conf_union {
pub s: nvm_ioctl_create_simple,
pub e: nvm_ioctl_create_extended,
}Fields§
§s: nvm_ioctl_create_simple§e: nvm_ioctl_create_extendedTrait Implementations§
Source§impl Clone for nvm_ioctl_create_conf_union
impl Clone for nvm_ioctl_create_conf_union
Source§fn clone(&self) -> nvm_ioctl_create_conf_union
fn clone(&self) -> nvm_ioctl_create_conf_union
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for nvm_ioctl_create_conf_union
Auto Trait Implementations§
impl Freeze for nvm_ioctl_create_conf_union
impl RefUnwindSafe for nvm_ioctl_create_conf_union
impl Send for nvm_ioctl_create_conf_union
impl Sync for nvm_ioctl_create_conf_union
impl Unpin for nvm_ioctl_create_conf_union
impl UnsafeUnpin for nvm_ioctl_create_conf_union
impl UnwindSafe for nvm_ioctl_create_conf_union
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