#[repr(C, align(8))]pub struct avr_ioport_external_t {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 3]>,
pub __bindgen_padding_0: [u8; 5],
}
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 3]>
§__bindgen_padding_0: [u8; 5]
Implementations§
Source§impl avr_ioport_external_t
impl avr_ioport_external_t
pub fn name(&self) -> c_ulong
pub fn set_name(&mut self, val: c_ulong)
pub fn mask(&self) -> c_ulong
pub fn set_mask(&mut self, val: c_ulong)
pub fn value(&self) -> c_ulong
pub fn set_value(&mut self, val: c_ulong)
pub fn new_bitfield_1( name: c_ulong, mask: c_ulong, value: c_ulong, ) -> __BindgenBitfieldUnit<[u8; 3]>
Trait Implementations§
Source§impl Clone for avr_ioport_external_t
impl Clone for avr_ioport_external_t
Source§fn clone(&self) -> avr_ioport_external_t
fn clone(&self) -> avr_ioport_external_t
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_ioport_external_t
impl Debug for avr_ioport_external_t
impl Copy for avr_ioport_external_t
Auto Trait Implementations§
impl Freeze for avr_ioport_external_t
impl RefUnwindSafe for avr_ioport_external_t
impl Send for avr_ioport_external_t
impl Sync for avr_ioport_external_t
impl Unpin for avr_ioport_external_t
impl UnwindSafe for avr_ioport_external_t
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