Struct riot_sys::IPSR_Type__bindgen_ty_1
source · #[repr(C, align(4))]pub struct IPSR_Type__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 IPSR_Type__bindgen_ty_1
impl IPSR_Type__bindgen_ty_1
pub fn ISR(&self) -> u32
pub fn set_ISR(&mut self, val: u32)
pub fn _reserved0(&self) -> u32
pub fn set__reserved0(&mut self, val: u32)
pub fn new_bitfield_1( ISR: u32, _reserved0: u32 ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for IPSR_Type__bindgen_ty_1
impl Clone for IPSR_Type__bindgen_ty_1
source§fn clone(&self) -> IPSR_Type__bindgen_ty_1
fn clone(&self) -> IPSR_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 IPSR_Type__bindgen_ty_1
impl Debug for IPSR_Type__bindgen_ty_1
source§impl Default for IPSR_Type__bindgen_ty_1
impl Default for IPSR_Type__bindgen_ty_1
source§fn default() -> IPSR_Type__bindgen_ty_1
fn default() -> IPSR_Type__bindgen_ty_1
Returns the “default value” for a type. Read more
impl Copy for IPSR_Type__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for IPSR_Type__bindgen_ty_1
impl Send for IPSR_Type__bindgen_ty_1
impl Sync for IPSR_Type__bindgen_ty_1
impl Unpin for IPSR_Type__bindgen_ty_1
impl UnwindSafe for IPSR_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