#[repr(C)]pub struct _ocsd_pkt_atom {
pub En_bits: u32,
pub num: u8,
}Fields§
§En_bits: u32pattern across num bits. Bit sequence:- ls bit = oldest atom (1st instruction executed), ms bit = newest (last instruction executed), Bit values :- 1’b1 = E atom, 1’b0 = N atom.
num: u8< number of atoms represented
Trait Implementations§
Source§impl Clone for _ocsd_pkt_atom
impl Clone for _ocsd_pkt_atom
Source§fn clone(&self) -> _ocsd_pkt_atom
fn clone(&self) -> _ocsd_pkt_atom
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 _ocsd_pkt_atom
impl Debug for _ocsd_pkt_atom
impl Copy for _ocsd_pkt_atom
Auto Trait Implementations§
impl Freeze for _ocsd_pkt_atom
impl RefUnwindSafe for _ocsd_pkt_atom
impl Send for _ocsd_pkt_atom
impl Sync for _ocsd_pkt_atom
impl Unpin for _ocsd_pkt_atom
impl UnwindSafe for _ocsd_pkt_atom
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