#[repr(C, align(4))]pub struct spi_mem_dev_s__bindgen_ty_22__bindgen_ty_1 {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields§
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations§
source§impl spi_mem_dev_s__bindgen_ty_22__bindgen_ty_1
impl spi_mem_dev_s__bindgen_ty_22__bindgen_ty_1
pub fn dout0_mode(&self) -> u32
pub fn set_dout0_mode(&mut self, val: u32)
pub fn dout1_mode(&self) -> u32
pub fn set_dout1_mode(&mut self, val: u32)
pub fn dout2_mode(&self) -> u32
pub fn set_dout2_mode(&mut self, val: u32)
pub fn dout3_mode(&self) -> u32
pub fn set_dout3_mode(&mut self, val: u32)
pub fn reserved4(&self) -> u32
pub fn set_reserved4(&mut self, val: u32)
pub fn new_bitfield_1( dout0_mode: u32, dout1_mode: u32, dout2_mode: u32, dout3_mode: u32, reserved4: u32 ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for spi_mem_dev_s__bindgen_ty_22__bindgen_ty_1
impl Clone for spi_mem_dev_s__bindgen_ty_22__bindgen_ty_1
source§fn clone(&self) -> spi_mem_dev_s__bindgen_ty_22__bindgen_ty_1
fn clone(&self) -> spi_mem_dev_s__bindgen_ty_22__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for spi_mem_dev_s__bindgen_ty_22__bindgen_ty_1
impl Debug for spi_mem_dev_s__bindgen_ty_22__bindgen_ty_1
source§impl Default for spi_mem_dev_s__bindgen_ty_22__bindgen_ty_1
impl Default for spi_mem_dev_s__bindgen_ty_22__bindgen_ty_1
source§fn default() -> spi_mem_dev_s__bindgen_ty_22__bindgen_ty_1
fn default() -> spi_mem_dev_s__bindgen_ty_22__bindgen_ty_1
Returns the “default value” for a type. Read more
impl Copy for spi_mem_dev_s__bindgen_ty_22__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for spi_mem_dev_s__bindgen_ty_22__bindgen_ty_1
impl Send for spi_mem_dev_s__bindgen_ty_22__bindgen_ty_1
impl Sync for spi_mem_dev_s__bindgen_ty_22__bindgen_ty_1
impl Unpin for spi_mem_dev_s__bindgen_ty_22__bindgen_ty_1
impl UnwindSafe for spi_mem_dev_s__bindgen_ty_22__bindgen_ty_1
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more