Struct esp_wifi_sys::include::wifi_ant_gpio_t
source · #[repr(C, packed(1))]pub struct wifi_ant_gpio_t {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
}
Expand description
@brief WiFi GPIO configuration for antenna selection
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
Implementations§
source§impl wifi_ant_gpio_t
impl wifi_ant_gpio_t
pub fn gpio_select(&self) -> u8
pub fn set_gpio_select(&mut self, val: u8)
pub fn gpio_num(&self) -> u8
pub fn set_gpio_num(&mut self, val: u8)
pub fn new_bitfield_1( gpio_select: u8, gpio_num: u8, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for wifi_ant_gpio_t
impl Clone for wifi_ant_gpio_t
source§fn clone(&self) -> wifi_ant_gpio_t
fn clone(&self) -> wifi_ant_gpio_t
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 moreimpl Copy for wifi_ant_gpio_t
Auto Trait Implementations§
impl Freeze for wifi_ant_gpio_t
impl RefUnwindSafe for wifi_ant_gpio_t
impl Send for wifi_ant_gpio_t
impl Sync for wifi_ant_gpio_t
impl Unpin for wifi_ant_gpio_t
impl UnwindSafe for wifi_ant_gpio_t
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)