#[repr(C, align(4))]pub struct esp_etm_channel_config_t_etm_chan_flags {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 3],
}Expand description
Extra configuration flags for ETM channel
Fields§
§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: [u8; 3]Implementations§
Source§impl esp_etm_channel_config_t_etm_chan_flags
impl esp_etm_channel_config_t_etm_chan_flags
pub fn allow_pd(&self) -> u32
pub fn set_allow_pd(&mut self, val: u32)
pub unsafe fn allow_pd_raw( this: *const esp_etm_channel_config_t_etm_chan_flags, ) -> u32
pub unsafe fn set_allow_pd_raw( this: *mut esp_etm_channel_config_t_etm_chan_flags, val: u32, )
pub fn new_bitfield_1(allow_pd: u32) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for esp_etm_channel_config_t_etm_chan_flags
impl Clone for esp_etm_channel_config_t_etm_chan_flags
Source§fn clone(&self) -> esp_etm_channel_config_t_etm_chan_flags
fn clone(&self) -> esp_etm_channel_config_t_etm_chan_flags
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for esp_etm_channel_config_t_etm_chan_flags
impl Debug for esp_etm_channel_config_t_etm_chan_flags
Source§impl Default for esp_etm_channel_config_t_etm_chan_flags
impl Default for esp_etm_channel_config_t_etm_chan_flags
Source§fn default() -> esp_etm_channel_config_t_etm_chan_flags
fn default() -> esp_etm_channel_config_t_etm_chan_flags
Returns the “default value” for a type. Read more
impl Copy for esp_etm_channel_config_t_etm_chan_flags
Auto Trait Implementations§
impl Freeze for esp_etm_channel_config_t_etm_chan_flags
impl RefUnwindSafe for esp_etm_channel_config_t_etm_chan_flags
impl Send for esp_etm_channel_config_t_etm_chan_flags
impl Sync for esp_etm_channel_config_t_etm_chan_flags
impl Unpin for esp_etm_channel_config_t_etm_chan_flags
impl UnsafeUnpin for esp_etm_channel_config_t_etm_chan_flags
impl UnwindSafe for esp_etm_channel_config_t_etm_chan_flags
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)