Struct limine_protocol::responses::Level5PagingResponse
source · [−]#[repr(C)]pub struct Level5PagingResponse {
pub revision: u64,
}Expand description
Response to [Level5PagingRequest]
Fields
revision: u64The response revision number
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Level5PagingResponse
impl Send for Level5PagingResponse
impl Sync for Level5PagingResponse
impl Unpin for Level5PagingResponse
impl UnwindSafe for Level5PagingResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more