pub struct CtxMapItem {
pub item_type: CtxMapItemType,
pub offset: usize,
}
Fields§
§item_type: CtxMapItemType
Type of the Map Item
offset: usize
The offset into the object
Trait Implementations§
Source§impl Clone for CtxMapItem
impl Clone for CtxMapItem
Source§fn clone(&self) -> CtxMapItem
fn clone(&self) -> CtxMapItem
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CtxMapItem
impl Debug for CtxMapItem
Source§impl Default for CtxMapItem
impl Default for CtxMapItem
Source§fn default() -> CtxMapItem
fn default() -> CtxMapItem
Returns the “default value” for a type. Read more
Source§impl Display for CtxMapItem
impl Display for CtxMapItem
impl Copy for CtxMapItem
Auto Trait Implementations§
impl Freeze for CtxMapItem
impl ObjSafe for CtxMapItem
impl RefUnwindSafe for CtxMapItem
impl Send for CtxMapItem
impl StoreCopy for CtxMapItem
impl Sync for CtxMapItem
impl Unpin for CtxMapItem
impl UnwindSafe for CtxMapItem
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