pub struct KernelDataResponse {
pub bytes: u64,
}Fields§
§bytes: u64Size in bytes of the attached kernel data file.
Trait Implementations§
Source§impl Readable for KernelDataResponse
impl Readable for KernelDataResponse
Auto Trait Implementations§
impl Freeze for KernelDataResponse
impl RefUnwindSafe for KernelDataResponse
impl Send for KernelDataResponse
impl Sync for KernelDataResponse
impl Unpin for KernelDataResponse
impl UnwindSafe for KernelDataResponse
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