pub struct RamField {
pub base: RamBase,
pub offset: i64,
pub size: usize,
}Expand description
One scalar memory location: size bytes at base + offset.
Fields§
§base: RamBase§offset: i64§size: usizeTrait Implementations§
impl Copy for RamField
Source§impl<'de> Deserialize<'de> for RamField
impl<'de> Deserialize<'de> for RamField
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RamField
Source§impl Ord for RamField
impl Ord for RamField
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for RamField
impl PartialOrd for RamField
impl StructuralPartialEq for RamField
Auto Trait Implementations§
impl Freeze for RamField
impl RefUnwindSafe for RamField
impl Send for RamField
impl Sync for RamField
impl Unpin for RamField
impl UnsafeUnpin for RamField
impl UnwindSafe for RamField
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