#[repr(C)]pub struct _Panda__SerialTx {
pub base: ProtobufCMessage,
pub value: u32,
pub n_labels: u64,
pub labels: *mut u32,
}Fields§
§base: ProtobufCMessage§value: u32§n_labels: u64§labels: *mut u32Trait Implementations§
Source§impl Clone for _Panda__SerialTx
impl Clone for _Panda__SerialTx
Source§fn clone(&self) -> _Panda__SerialTx
fn clone(&self) -> _Panda__SerialTx
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 _Panda__SerialTx
impl Debug for _Panda__SerialTx
impl Copy for _Panda__SerialTx
Auto Trait Implementations§
impl Freeze for _Panda__SerialTx
impl RefUnwindSafe for _Panda__SerialTx
impl !Send for _Panda__SerialTx
impl !Sync for _Panda__SerialTx
impl Unpin for _Panda__SerialTx
impl UnwindSafe for _Panda__SerialTx
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