pub struct RmAlloc {
pub ax_segment: u16,
pub dx_selector: u16,
}
Fields§
§ax_segment: u16
§dx_selector: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RmAlloc
impl RefUnwindSafe for RmAlloc
impl Send for RmAlloc
impl Sync for RmAlloc
impl Unpin for RmAlloc
impl UnwindSafe for RmAlloc
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