Struct flipperzero_sys::CC1101Status
source · #[repr(C, packed)]pub struct CC1101Status {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
}Fields§
§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>Implementations§
source§impl CC1101Status
impl CC1101Status
pub fn FIFO_BYTES_AVAILABLE(&self) -> u8
pub fn set_FIFO_BYTES_AVAILABLE(&mut self, val: u8)
pub fn STATE(&self) -> CC1101State
pub fn set_STATE(&mut self, val: CC1101State)
pub fn CHIP_RDYn(&self) -> bool
pub fn set_CHIP_RDYn(&mut self, val: bool)
pub fn new_bitfield_1( FIFO_BYTES_AVAILABLE: u8, STATE: CC1101State, CHIP_RDYn: bool ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for CC1101Status
impl Clone for CC1101Status
source§fn clone(&self) -> CC1101Status
fn clone(&self) -> CC1101Status
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 CC1101Status
impl Debug for CC1101Status
impl Copy for CC1101Status
Auto Trait Implementations§
impl RefUnwindSafe for CC1101Status
impl Send for CC1101Status
impl Sync for CC1101Status
impl Unpin for CC1101Status
impl UnwindSafe for CC1101Status
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