#[repr(C)]
pub union RR_skipped_call_args__bindgen_ty_1 {
    pub mem_region_change_args: RR_mem_region_change_args,
    pub cpu_mem_rw_args: RR_cpu_mem_rw_args,
    pub cpu_mem_unmap: RR_cpu_mem_unmap,
    pub hd_transfer_args: RR_hd_transfer_args,
    pub net_transfer_args: RR_net_transfer_args,
    pub handle_packet_args: RR_handle_packet_args,
    pub serial_receive_args: RR_serial_receive_args,
    pub serial_read_args: RR_serial_read_args,
    pub serial_send_args: RR_serial_send_args,
    pub serial_write_args: RR_serial_write_args,
    pub cpu_reg_write_args: RR_cpu_reg_write_args,
}

Fields§

§mem_region_change_args: RR_mem_region_change_args§cpu_mem_rw_args: RR_cpu_mem_rw_args§cpu_mem_unmap: RR_cpu_mem_unmap§hd_transfer_args: RR_hd_transfer_args§net_transfer_args: RR_net_transfer_args§handle_packet_args: RR_handle_packet_args§serial_receive_args: RR_serial_receive_args§serial_read_args: RR_serial_read_args§serial_send_args: RR_serial_send_args§serial_write_args: RR_serial_write_args§cpu_reg_write_args: RR_cpu_reg_write_args

Trait Implementations§

source§

impl Clone for RR_skipped_call_args__bindgen_ty_1

source§

fn clone(&self) -> RR_skipped_call_args__bindgen_ty_1

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Copy for RR_skipped_call_args__bindgen_ty_1

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.