Struct esp_idf_sys::wifi_ant_gpio_t
source · [−]#[repr(C, packed)]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
sourceimpl 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
sourceimpl Clone for wifi_ant_gpio_t
impl Clone for wifi_ant_gpio_t
sourcefn clone(&self) -> wifi_ant_gpio_t
fn clone(&self) -> wifi_ant_gpio_t
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for wifi_ant_gpio_t
impl Debug for wifi_ant_gpio_t
sourceimpl Default for wifi_ant_gpio_t
impl Default for wifi_ant_gpio_t
sourcefn default() -> wifi_ant_gpio_t
fn default() -> wifi_ant_gpio_t
Returns the “default value” for a type. Read more
impl Copy for wifi_ant_gpio_t
Auto Trait Implementations
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
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more