#[repr(C)]pub struct _etmv3_data_t {
pub value: u32,
pub addr: ocsd_pkt_vaddr,
pub __bindgen_anon_1: _etmv3_data_t__bindgen_ty_1,
}Fields§
§value: u32< Data value
addr: ocsd_pkt_vaddr< current data address
__bindgen_anon_1: _etmv3_data_t__bindgen_ty_1Trait Implementations§
Source§impl Clone for _etmv3_data_t
impl Clone for _etmv3_data_t
Source§fn clone(&self) -> _etmv3_data_t
fn clone(&self) -> _etmv3_data_t
Returns a copy 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 _etmv3_data_t
impl Debug for _etmv3_data_t
impl Copy for _etmv3_data_t
Auto Trait Implementations§
impl Freeze for _etmv3_data_t
impl RefUnwindSafe for _etmv3_data_t
impl Send for _etmv3_data_t
impl Sync for _etmv3_data_t
impl Unpin for _etmv3_data_t
impl UnwindSafe for _etmv3_data_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