pub struct KernelParamInfo {
pub offset: usize,
pub size: usize,
}Fields§
§offset: usize§size: usizeTrait Implementations§
Source§impl Clone for KernelParamInfo
impl Clone for KernelParamInfo
Source§fn clone(&self) -> KernelParamInfo
fn clone(&self) -> KernelParamInfo
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 KernelParamInfo
Source§impl Debug for KernelParamInfo
impl Debug for KernelParamInfo
impl Eq for KernelParamInfo
Source§impl PartialEq for KernelParamInfo
impl PartialEq for KernelParamInfo
Source§fn eq(&self, other: &KernelParamInfo) -> bool
fn eq(&self, other: &KernelParamInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for KernelParamInfo
Auto Trait Implementations§
impl Freeze for KernelParamInfo
impl RefUnwindSafe for KernelParamInfo
impl Send for KernelParamInfo
impl Sync for KernelParamInfo
impl Unpin for KernelParamInfo
impl UnsafeUnpin for KernelParamInfo
impl UnwindSafe for KernelParamInfo
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