pub struct KernelHandle(pub u64);Expand description
Handle for loaded kernel
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for KernelHandle
impl Clone for KernelHandle
Source§fn clone(&self) -> KernelHandle
fn clone(&self) -> KernelHandle
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 KernelHandle
impl Debug for KernelHandle
Source§impl Hash for KernelHandle
impl Hash for KernelHandle
Source§impl PartialEq for KernelHandle
impl PartialEq for KernelHandle
impl Copy for KernelHandle
impl Eq for KernelHandle
impl StructuralPartialEq for KernelHandle
Auto Trait Implementations§
impl Freeze for KernelHandle
impl RefUnwindSafe for KernelHandle
impl Send for KernelHandle
impl Sync for KernelHandle
impl Unpin for KernelHandle
impl UnsafeUnpin for KernelHandle
impl UnwindSafe for KernelHandle
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