#[repr(C)]pub struct nrf_modem_dect_phy_feedback__bindgen_ty_2 {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>,
}Fields§
§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>Implementations§
Source§impl nrf_modem_dect_phy_feedback__bindgen_ty_2
impl nrf_modem_dect_phy_feedback__bindgen_ty_2
pub fn mimo_feedback(&self) -> u8
pub fn set_mimo_feedback(&mut self, val: u8)
pub fn codebook_index(&self) -> u8
pub fn set_codebook_index(&mut self, val: u8)
pub fn format(&self) -> u8
pub fn set_format(&mut self, val: u8)
pub fn cqi(&self) -> u8
pub fn set_cqi(&mut self, val: u8)
pub fn buffer_status(&self) -> u8
pub fn set_buffer_status(&mut self, val: u8)
pub fn new_bitfield_1( mimo_feedback: u8, codebook_index: u8, format: u8, cqi: u8, buffer_status: u8, ) -> __BindgenBitfieldUnit<[u8; 2]>
Trait Implementations§
Source§impl Clone for nrf_modem_dect_phy_feedback__bindgen_ty_2
impl Clone for nrf_modem_dect_phy_feedback__bindgen_ty_2
Source§fn clone(&self) -> nrf_modem_dect_phy_feedback__bindgen_ty_2
fn clone(&self) -> nrf_modem_dect_phy_feedback__bindgen_ty_2
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 moreimpl Copy for nrf_modem_dect_phy_feedback__bindgen_ty_2
Auto Trait Implementations§
impl Freeze for nrf_modem_dect_phy_feedback__bindgen_ty_2
impl RefUnwindSafe for nrf_modem_dect_phy_feedback__bindgen_ty_2
impl Send for nrf_modem_dect_phy_feedback__bindgen_ty_2
impl Sync for nrf_modem_dect_phy_feedback__bindgen_ty_2
impl Unpin for nrf_modem_dect_phy_feedback__bindgen_ty_2
impl UnsafeUnpin for nrf_modem_dect_phy_feedback__bindgen_ty_2
impl UnwindSafe for nrf_modem_dect_phy_feedback__bindgen_ty_2
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