#[repr(C)]pub struct KernelFileResponse<'a> {
    pub revision: u64,
    pub kernel_file: *const File<'a>,
}Expand description
Response to [KernelFileRequest]
Fields§
§revision: u64The response revision number
kernel_file: *const File<'a>Pointer to the kernel file structure
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for KernelFileResponse<'a>
impl<'a> RefUnwindSafe for KernelFileResponse<'a>
impl<'a> !Send for KernelFileResponse<'a>
impl<'a> !Sync for KernelFileResponse<'a>
impl<'a> Unpin for KernelFileResponse<'a>
impl<'a> UnwindSafe for KernelFileResponse<'a>
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