pub struct LineAllocator {
pub start: PhysAddr,
pub end: PhysAddr,
/* private fields */
}Fields§
§start: PhysAddr§end: PhysAddrImplementations§
Auto Trait Implementations§
impl Freeze for LineAllocator
impl RefUnwindSafe for LineAllocator
impl Send for LineAllocator
impl Sync for LineAllocator
impl Unpin for LineAllocator
impl UnsafeUnpin for LineAllocator
impl UnwindSafe for LineAllocator
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