#[repr(C)]pub struct esp_log_config_t__bindgen_ty_1__bindgen_ty_1 {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}Fields§
§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>Implementations§
Source§impl esp_log_config_t__bindgen_ty_1__bindgen_ty_1
impl esp_log_config_t__bindgen_ty_1__bindgen_ty_1
pub fn log_level(&self) -> esp_log_level_t
pub fn set_log_level(&mut self, val: esp_log_level_t)
pub unsafe fn log_level_raw(this: *const Self) -> esp_log_level_t
pub unsafe fn set_log_level_raw(this: *mut Self, val: esp_log_level_t)
pub fn constrained_env(&self) -> u32
pub fn set_constrained_env(&mut self, val: u32)
pub unsafe fn constrained_env_raw(this: *const Self) -> u32
pub unsafe fn set_constrained_env_raw(this: *mut Self, val: u32)
pub fn require_formatting(&self) -> u32
pub fn set_require_formatting(&mut self, val: u32)
pub unsafe fn require_formatting_raw(this: *const Self) -> u32
pub unsafe fn set_require_formatting_raw(this: *mut Self, val: u32)
pub fn dis_color(&self) -> u32
pub fn set_dis_color(&mut self, val: u32)
pub unsafe fn dis_color_raw(this: *const Self) -> u32
pub unsafe fn set_dis_color_raw(this: *mut Self, val: u32)
pub fn dis_timestamp(&self) -> u32
pub fn set_dis_timestamp(&mut self, val: u32)
pub unsafe fn dis_timestamp_raw(this: *const Self) -> u32
pub unsafe fn set_dis_timestamp_raw(this: *mut Self, val: u32)
pub fn binary_mode(&self) -> u32
pub fn set_binary_mode(&mut self, val: u32)
pub unsafe fn binary_mode_raw(this: *const Self) -> u32
pub unsafe fn set_binary_mode_raw(this: *mut Self, val: u32)
pub fn reserved(&self) -> u32
pub fn set_reserved(&mut self, val: u32)
pub unsafe fn reserved_raw(this: *const Self) -> u32
pub unsafe fn set_reserved_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1( log_level: esp_log_level_t, constrained_env: u32, require_formatting: u32, dis_color: u32, dis_timestamp: u32, binary_mode: u32, reserved: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for esp_log_config_t__bindgen_ty_1__bindgen_ty_1
impl Clone for esp_log_config_t__bindgen_ty_1__bindgen_ty_1
Source§fn clone(&self) -> esp_log_config_t__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> esp_log_config_t__bindgen_ty_1__bindgen_ty_1
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_log_config_t__bindgen_ty_1__bindgen_ty_1
impl Debug for esp_log_config_t__bindgen_ty_1__bindgen_ty_1
Source§impl Default for esp_log_config_t__bindgen_ty_1__bindgen_ty_1
impl Default for esp_log_config_t__bindgen_ty_1__bindgen_ty_1
impl Copy for esp_log_config_t__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for esp_log_config_t__bindgen_ty_1__bindgen_ty_1
impl RefUnwindSafe for esp_log_config_t__bindgen_ty_1__bindgen_ty_1
impl Send for esp_log_config_t__bindgen_ty_1__bindgen_ty_1
impl Sync for esp_log_config_t__bindgen_ty_1__bindgen_ty_1
impl Unpin for esp_log_config_t__bindgen_ty_1__bindgen_ty_1
impl UnsafeUnpin for esp_log_config_t__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for esp_log_config_t__bindgen_ty_1__bindgen_ty_1
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)