#[repr(C)]pub struct avr_vcd_log_t {
pub when: u64,
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 6]>,
}
Fields§
§when: u64
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 6]>
Implementations§
Source§impl avr_vcd_log_t
impl avr_vcd_log_t
pub fn sigindex(&self) -> u64
pub fn set_sigindex(&mut self, val: u64)
pub fn floating(&self) -> u64
pub fn set_floating(&mut self, val: u64)
pub fn value(&self) -> u64
pub fn set_value(&mut self, val: u64)
pub fn new_bitfield_1( sigindex: u64, floating: u64, value: u64, ) -> __BindgenBitfieldUnit<[u8; 6]>
Trait Implementations§
Source§impl Clone for avr_vcd_log_t
impl Clone for avr_vcd_log_t
Source§fn clone(&self) -> avr_vcd_log_t
fn clone(&self) -> avr_vcd_log_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_vcd_log_t
impl Debug for avr_vcd_log_t
impl Copy for avr_vcd_log_t
Auto Trait Implementations§
impl Freeze for avr_vcd_log_t
impl RefUnwindSafe for avr_vcd_log_t
impl Send for avr_vcd_log_t
impl Sync for avr_vcd_log_t
impl Unpin for avr_vcd_log_t
impl UnwindSafe for avr_vcd_log_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