#[repr(C)]pub struct rmt_symbol_word_t__bindgen_ty_1 {
pub _bitfield_align_1: [u16; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields§
§_bitfield_align_1: [u16; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations§
Source§impl rmt_symbol_word_t__bindgen_ty_1
impl rmt_symbol_word_t__bindgen_ty_1
pub fn duration0(&self) -> u16
pub fn set_duration0(&mut self, val: u16)
pub unsafe fn duration0_raw(this: *const rmt_symbol_word_t__bindgen_ty_1) -> u16
pub unsafe fn set_duration0_raw( this: *mut rmt_symbol_word_t__bindgen_ty_1, val: u16, )
pub fn level0(&self) -> u16
pub fn set_level0(&mut self, val: u16)
pub unsafe fn level0_raw(this: *const rmt_symbol_word_t__bindgen_ty_1) -> u16
pub unsafe fn set_level0_raw( this: *mut rmt_symbol_word_t__bindgen_ty_1, val: u16, )
pub fn duration1(&self) -> u16
pub fn set_duration1(&mut self, val: u16)
pub unsafe fn duration1_raw(this: *const rmt_symbol_word_t__bindgen_ty_1) -> u16
pub unsafe fn set_duration1_raw( this: *mut rmt_symbol_word_t__bindgen_ty_1, val: u16, )
pub fn level1(&self) -> u16
pub fn set_level1(&mut self, val: u16)
pub unsafe fn level1_raw(this: *const rmt_symbol_word_t__bindgen_ty_1) -> u16
pub unsafe fn set_level1_raw( this: *mut rmt_symbol_word_t__bindgen_ty_1, val: u16, )
pub fn new_bitfield_1( duration0: u16, level0: u16, duration1: u16, level1: u16, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for rmt_symbol_word_t__bindgen_ty_1
impl Clone for rmt_symbol_word_t__bindgen_ty_1
Source§fn clone(&self) -> rmt_symbol_word_t__bindgen_ty_1
fn clone(&self) -> rmt_symbol_word_t__bindgen_ty_1
Returns a copy 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 rmt_symbol_word_t__bindgen_ty_1
impl Debug for rmt_symbol_word_t__bindgen_ty_1
Source§impl Default for rmt_symbol_word_t__bindgen_ty_1
impl Default for rmt_symbol_word_t__bindgen_ty_1
Source§fn default() -> rmt_symbol_word_t__bindgen_ty_1
fn default() -> rmt_symbol_word_t__bindgen_ty_1
Returns the “default value” for a type. Read more
impl Copy for rmt_symbol_word_t__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for rmt_symbol_word_t__bindgen_ty_1
impl RefUnwindSafe for rmt_symbol_word_t__bindgen_ty_1
impl Send for rmt_symbol_word_t__bindgen_ty_1
impl Sync for rmt_symbol_word_t__bindgen_ty_1
impl Unpin for rmt_symbol_word_t__bindgen_ty_1
impl UnwindSafe for rmt_symbol_word_t__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, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)