pub struct KernelGap {
pub output_index: u32,
pub offset: u64,
pub length: Option<u64>,
pub domain: String,
pub code: String,
}Fields§
§output_index: u32§offset: u64§length: Option<u64>Known missing extent. None preserves unknown cardinality.
domain: String§code: StringTrait Implementations§
impl Eq for KernelGap
impl StructuralPartialEq for KernelGap
Auto Trait Implementations§
impl Freeze for KernelGap
impl RefUnwindSafe for KernelGap
impl Send for KernelGap
impl Sync for KernelGap
impl Unpin for KernelGap
impl UnsafeUnpin for KernelGap
impl UnwindSafe for KernelGap
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