Struct osiris_data::data::identification::Cursor
source · pub struct Cursor {
pub area: Area,
pub pointer: Address,
}Expand description
A managed foreach-pointer to a region in memory.
TODO
Fields§
§area: Area§pointer: AddressImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cursor
impl RefUnwindSafe for Cursor
impl Send for Cursor
impl Sync for Cursor
impl Unpin for Cursor
impl UnwindSafe for Cursor
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