pub struct RegisterConfig {
pub gdt_address: u64,
pub page_table_address: u64,
}Fields§
§gdt_address: u64§page_table_address: u64Auto Trait Implementations§
impl Freeze for RegisterConfig
impl RefUnwindSafe for RegisterConfig
impl Send for RegisterConfig
impl Sync for RegisterConfig
impl Unpin for RegisterConfig
impl UnsafeUnpin for RegisterConfig
impl UnwindSafe for RegisterConfig
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