Struct riot_sys::APSR_Type__bindgen_ty_1
source · #[repr(C)]#[repr(align(4))]pub struct APSR_Type__bindgen_ty_1 {
pub _bitfield_align_1: [u16; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields§
§_bitfield_align_1: [u16; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations§
source§impl APSR_Type__bindgen_ty_1
impl APSR_Type__bindgen_ty_1
pub fn _reserved0(&self) -> u32
pub fn set__reserved0(&mut self, val: u32)
pub fn GE(&self) -> u32
pub fn set_GE(&mut self, val: u32)
pub fn _reserved1(&self) -> u32
pub fn set__reserved1(&mut self, val: u32)
pub fn Q(&self) -> u32
pub fn set_Q(&mut self, val: u32)
pub fn V(&self) -> u32
pub fn set_V(&mut self, val: u32)
pub fn C(&self) -> u32
pub fn set_C(&mut self, val: u32)
pub fn Z(&self) -> u32
pub fn set_Z(&mut self, val: u32)
pub fn N(&self) -> u32
pub fn set_N(&mut self, val: u32)
pub fn new_bitfield_1( _reserved0: u32, GE: u32, _reserved1: u32, Q: u32, V: u32, C: u32, Z: u32, N: u32 ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for APSR_Type__bindgen_ty_1
impl Clone for APSR_Type__bindgen_ty_1
source§fn clone(&self) -> APSR_Type__bindgen_ty_1
fn clone(&self) -> APSR_Type__bindgen_ty_1
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 APSR_Type__bindgen_ty_1
impl Debug for APSR_Type__bindgen_ty_1
source§impl Default for APSR_Type__bindgen_ty_1
impl Default for APSR_Type__bindgen_ty_1
source§fn default() -> APSR_Type__bindgen_ty_1
fn default() -> APSR_Type__bindgen_ty_1
Returns the “default value” for a type. Read more
impl Copy for APSR_Type__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for APSR_Type__bindgen_ty_1
impl Send for APSR_Type__bindgen_ty_1
impl Sync for APSR_Type__bindgen_ty_1
impl Unpin for APSR_Type__bindgen_ty_1
impl UnwindSafe for APSR_Type__bindgen_ty_1
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