#[repr(C)]pub struct dmagic_dmalist {Show 16 fields
pub option_0b: c_uchar,
pub option_80: c_uchar,
pub source_mb: c_uchar,
pub option_81: c_uchar,
pub dest_mb: c_uchar,
pub option_85: c_uchar,
pub dest_skip: c_uchar,
pub end_of_options: c_uchar,
pub command: c_uchar,
pub count: c_uint,
pub source_addr: c_uint,
pub source_bank: c_uchar,
pub dest_addr: c_uint,
pub dest_bank: c_uchar,
pub sub_cmd: c_uchar,
pub modulo: c_uint,
}Fields§
§option_0b: c_uchar§option_80: c_uchar§source_mb: c_uchar§option_81: c_uchar§dest_mb: c_uchar§option_85: c_uchar§dest_skip: c_uchar§end_of_options: c_uchar§command: c_uchar§count: c_uint§source_addr: c_uint§source_bank: c_uchar§dest_addr: c_uint§dest_bank: c_uchar§sub_cmd: c_uchar§modulo: c_uintImplementations§
Trait Implementations§
Source§impl Clone for dmagic_dmalist
impl Clone for dmagic_dmalist
Source§fn clone(&self) -> dmagic_dmalist
fn clone(&self) -> dmagic_dmalist
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 dmagic_dmalist
impl Debug for dmagic_dmalist
Source§impl Default for dmagic_dmalist
impl Default for dmagic_dmalist
impl Copy for dmagic_dmalist
Auto Trait Implementations§
impl Freeze for dmagic_dmalist
impl RefUnwindSafe for dmagic_dmalist
impl Send for dmagic_dmalist
impl Sync for dmagic_dmalist
impl Unpin for dmagic_dmalist
impl UnwindSafe for dmagic_dmalist
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