#[repr(C)]pub struct KernelInitName { /* private fields */ }
Expand description
Information about initrd object names.
Implementations§
Trait Implementations§
source§impl Clone for KernelInitName
impl Clone for KernelInitName
source§fn clone(&self) -> KernelInitName
fn clone(&self) -> KernelInitName
Returns a copy 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 moreimpl Copy for KernelInitName
Auto Trait Implementations§
impl Freeze for KernelInitName
impl ObjSafe for KernelInitName
impl RefUnwindSafe for KernelInitName
impl Send for KernelInitName
impl Sync for KernelInitName
impl Unpin for KernelInitName
impl UnwindSafe for KernelInitName
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)