#[repr(u32)]pub enum rapidio_operation_t {
RapidIO_Read = 0,
RapidIO_Write = 1,
RapidIO_Increment = 2,
RapidIO_Decrement = 3,
RapidIO_Test_and_Swap = 4,
RapidIO_Set = 5,
RapidIO_Clear = 6,
RapidIO_Compare_and_Swap = 7,
RapidIO_Swap = 8,
}
Expand description
Variants§
RapidIO_Read = 0
RapidIO_Write = 1
RapidIO_Increment = 2
RapidIO_Decrement = 3
RapidIO_Test_and_Swap = 4
RapidIO_Set = 5
RapidIO_Clear = 6
RapidIO_Compare_and_Swap = 7
RapidIO_Swap = 8
Trait Implementations§
source§impl Clone for rapidio_operation_t
impl Clone for rapidio_operation_t
source§fn clone(&self) -> rapidio_operation_t
fn clone(&self) -> rapidio_operation_t
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 rapidio_operation_t
impl Debug for rapidio_operation_t
source§impl Hash for rapidio_operation_t
impl Hash for rapidio_operation_t
source§impl Ord for rapidio_operation_t
impl Ord for rapidio_operation_t
source§fn cmp(&self, other: &rapidio_operation_t) -> Ordering
fn cmp(&self, other: &rapidio_operation_t) -> 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 PartialEq for rapidio_operation_t
impl PartialEq for rapidio_operation_t
source§impl PartialOrd for rapidio_operation_t
impl PartialOrd for rapidio_operation_t
impl Copy for rapidio_operation_t
impl Eq for rapidio_operation_t
impl StructuralPartialEq for rapidio_operation_t
Auto Trait Implementations§
impl Freeze for rapidio_operation_t
impl RefUnwindSafe for rapidio_operation_t
impl Send for rapidio_operation_t
impl Sync for rapidio_operation_t
impl Unpin for rapidio_operation_t
impl UnwindSafe for rapidio_operation_t
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
)