pub struct Ptr28 {
pub address: u32,
pub len: usize,
}Expand description
Fat pointer to region in 28-bit address space
Fields§
§address: u32Address
len: usizeLength in bytes
Trait Implementations§
impl Copy for Ptr28
Auto Trait Implementations§
impl Freeze for Ptr28
impl RefUnwindSafe for Ptr28
impl Send for Ptr28
impl Sync for Ptr28
impl Unpin for Ptr28
impl UnwindSafe for Ptr28
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