pub struct Partition {
pub access_granule: Granularity,
pub byte_addr: u32,
pub digest: OtpParamMmap,
}
Fields§
§access_granule: Granularity
Granularity of accesses at this address.
byte_addr: u32
Starting address of this partition within the OTP in bytes.
digest: OtpParamMmap
Digest MMAP for this partition.
Must be accessed with 64-bit granularity, regardless of this
partition’s access_granule
.
Implementations§
Trait Implementations§
impl Eq for Partition
impl StructuralPartialEq for Partition
Auto Trait Implementations§
impl Freeze for Partition
impl RefUnwindSafe for Partition
impl Send for Partition
impl Sync for Partition
impl Unpin for Partition
impl UnwindSafe for Partition
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