#[repr(transparent)]pub struct Ipedctx3end(pub u32);Expand description
End Address of Region
Tuple Fields§
§0: u32Implementations§
Source§impl Ipedctx3end
impl Ipedctx3end
Sourcepub const fn end_address(&self) -> u32
pub const fn end_address(&self) -> u32
End Address of IPED Region
Sourcepub const fn set_end_address(&mut self, val: u32)
pub const fn set_end_address(&mut self, val: u32)
End Address of IPED Region
Trait Implementations§
Source§impl Clone for Ipedctx3end
impl Clone for Ipedctx3end
Source§fn clone(&self) -> Ipedctx3end
fn clone(&self) -> Ipedctx3end
Returns a duplicate 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 Ipedctx3end
impl Debug for Ipedctx3end
Source§impl Default for Ipedctx3end
impl Default for Ipedctx3end
Source§fn default() -> Ipedctx3end
fn default() -> Ipedctx3end
Returns the “default value” for a type. Read more
Source§impl PartialEq for Ipedctx3end
impl PartialEq for Ipedctx3end
impl Copy for Ipedctx3end
impl Eq for Ipedctx3end
impl StructuralPartialEq for Ipedctx3end
Auto Trait Implementations§
impl Freeze for Ipedctx3end
impl RefUnwindSafe for Ipedctx3end
impl Send for Ipedctx3end
impl Sync for Ipedctx3end
impl Unpin for Ipedctx3end
impl UnwindSafe for Ipedctx3end
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