Struct contec_protocol::incoming_package::PIIdentifiers
source · [−]pub struct PIIdentifiers {
pub pi_support: u8,
}
Expand description
PI Identifiers
Fields
pi_support: u8
Whether to support PI in real-time data
Trait Implementations
sourceimpl Clone for PIIdentifiers
impl Clone for PIIdentifiers
sourcefn clone(&self) -> PIIdentifiers
fn clone(&self) -> PIIdentifiers
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PIIdentifiers
impl Debug for PIIdentifiers
impl Copy for PIIdentifiers
Auto Trait Implementations
impl RefUnwindSafe for PIIdentifiers
impl Send for PIIdentifiers
impl Sync for PIIdentifiers
impl Unpin for PIIdentifiers
impl UnwindSafe for PIIdentifiers
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more