pub struct P75_P1_P5Data {
pub v1: Option<u64>,
pub f2: Option<f32>,
pub v3: Option<u64>,
}
Fields§
§v1: Option<u64>
§f2: Option<f32>
§v3: Option<u64>
Implementations§
Source§impl P75_P1_P5Data
impl P75_P1_P5Data
pub fn to_vec(&self) -> Vec<(&'static str, ProtobufValue)>
Trait Implementations§
Source§impl Clone for P75_P1_P5Data
impl Clone for P75_P1_P5Data
Source§fn clone(&self) -> P75_P1_P5Data
fn clone(&self) -> P75_P1_P5Data
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for P75_P1_P5Data
impl RefUnwindSafe for P75_P1_P5Data
impl Send for P75_P1_P5Data
impl Sync for P75_P1_P5Data
impl Unpin for P75_P1_P5Data
impl UnwindSafe for P75_P1_P5Data
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