#[repr(C, align(4))]pub struct avr_adc_t__bindgen_ty_1 {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 3],
}
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§__bindgen_padding_0: [u8; 3]
Implementations§
Source§impl avr_adc_t__bindgen_ty_1
impl avr_adc_t__bindgen_ty_1
pub fn bipolar(&self) -> c_uint
pub fn set_bipolar(&mut self, val: c_uint)
pub fn negate(&self) -> c_uint
pub fn set_negate(&mut self, val: c_uint)
pub fn adjust(&self) -> c_uint
pub fn set_adjust(&mut self, val: c_uint)
pub fn new_bitfield_1( bipolar: c_uint, negate: c_uint, adjust: c_uint, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for avr_adc_t__bindgen_ty_1
impl Clone for avr_adc_t__bindgen_ty_1
Source§fn clone(&self) -> avr_adc_t__bindgen_ty_1
fn clone(&self) -> avr_adc_t__bindgen_ty_1
Returns a duplicate 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 moreSource§impl Debug for avr_adc_t__bindgen_ty_1
impl Debug for avr_adc_t__bindgen_ty_1
impl Copy for avr_adc_t__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for avr_adc_t__bindgen_ty_1
impl RefUnwindSafe for avr_adc_t__bindgen_ty_1
impl Send for avr_adc_t__bindgen_ty_1
impl Sync for avr_adc_t__bindgen_ty_1
impl Unpin for avr_adc_t__bindgen_ty_1
impl UnwindSafe for avr_adc_t__bindgen_ty_1
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