pub struct OtpParamMmap {
pub byte_addr: u32,
pub size: u32,
}
Expand description
Represents an OTP parameter’s mapping in the “direct access memory”.
Fields§
§byte_addr: u32
Byte address of this OTP parameter.
size: u32
Size in bytes.
Trait Implementations§
Source§impl Clone for OtpParamMmap
impl Clone for OtpParamMmap
Source§fn clone(&self) -> OtpParamMmap
fn clone(&self) -> OtpParamMmap
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 OtpParamMmap
impl Debug for OtpParamMmap
Source§impl Hash for OtpParamMmap
impl Hash for OtpParamMmap
Source§impl PartialEq for OtpParamMmap
impl PartialEq for OtpParamMmap
impl Copy for OtpParamMmap
impl Eq for OtpParamMmap
impl StructuralPartialEq for OtpParamMmap
Auto Trait Implementations§
impl Freeze for OtpParamMmap
impl RefUnwindSafe for OtpParamMmap
impl Send for OtpParamMmap
impl Sync for OtpParamMmap
impl Unpin for OtpParamMmap
impl UnwindSafe for OtpParamMmap
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