#[repr(C)]pub struct xtensa_memory_transaction {
pub s: generic_transaction_t,
}
Expand description
Fields§
§s: generic_transaction_t
generic transaction
Trait Implementations§
source§impl Clone for xtensa_memory_transaction
impl Clone for xtensa_memory_transaction
source§fn clone(&self) -> xtensa_memory_transaction
fn clone(&self) -> xtensa_memory_transaction
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 xtensa_memory_transaction
impl Debug for xtensa_memory_transaction
source§impl Default for xtensa_memory_transaction
impl Default for xtensa_memory_transaction
source§impl Hash for xtensa_memory_transaction
impl Hash for xtensa_memory_transaction
source§impl Ord for xtensa_memory_transaction
impl Ord for xtensa_memory_transaction
source§fn cmp(&self, other: &xtensa_memory_transaction) -> Ordering
fn cmp(&self, other: &xtensa_memory_transaction) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialOrd for xtensa_memory_transaction
impl PartialOrd for xtensa_memory_transaction
impl Copy for xtensa_memory_transaction
impl Eq for xtensa_memory_transaction
impl StructuralPartialEq for xtensa_memory_transaction
Auto Trait Implementations§
impl Freeze for xtensa_memory_transaction
impl RefUnwindSafe for xtensa_memory_transaction
impl !Send for xtensa_memory_transaction
impl !Sync for xtensa_memory_transaction
impl Unpin for xtensa_memory_transaction
impl UnwindSafe for xtensa_memory_transaction
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)