pub enum MemAddr {
Addr32(u32),
Addr64(u64),
}Expand description
Memory address argument for FFA_MEM_PERM_{GET,SET} interfaces.
Variants§
Implementations§
Trait Implementations§
impl Copy for MemAddr
impl Eq for MemAddr
impl StructuralPartialEq for MemAddr
Auto Trait Implementations§
impl Freeze for MemAddr
impl RefUnwindSafe for MemAddr
impl Send for MemAddr
impl Sync for MemAddr
impl Unpin for MemAddr
impl UnwindSafe for MemAddr
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