pub enum SecondaryEpRegisterAddr {
Addr32(u32),
Addr64(u64),
}Expand description
Entrypoint address argument for FFA_SECONDARY_EP_REGISTER interface.
Variants§
Trait Implementations§
Source§impl Clone for SecondaryEpRegisterAddr
impl Clone for SecondaryEpRegisterAddr
Source§fn clone(&self) -> SecondaryEpRegisterAddr
fn clone(&self) -> SecondaryEpRegisterAddr
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 SecondaryEpRegisterAddr
impl Debug for SecondaryEpRegisterAddr
Source§impl PartialEq for SecondaryEpRegisterAddr
impl PartialEq for SecondaryEpRegisterAddr
impl Copy for SecondaryEpRegisterAddr
impl Eq for SecondaryEpRegisterAddr
impl StructuralPartialEq for SecondaryEpRegisterAddr
Auto Trait Implementations§
impl Freeze for SecondaryEpRegisterAddr
impl RefUnwindSafe for SecondaryEpRegisterAddr
impl Send for SecondaryEpRegisterAddr
impl Sync for SecondaryEpRegisterAddr
impl Unpin for SecondaryEpRegisterAddr
impl UnwindSafe for SecondaryEpRegisterAddr
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