Struct sep2_common::packages::der::LocalControlModeStatusType
source · pub struct LocalControlModeStatusType {
pub date_time: TimeType,
pub value: Uint8,
}
Available on crate feature
der
only.Expand description
DER LocalControlModeStatus/value: 0 – local control 1 – remote control All other values reserved.
Fields§
§date_time: TimeType
The date and time at which the state applied.
value: Uint8
The value indicating the state.
Trait Implementations§
source§impl Clone for LocalControlModeStatusType
impl Clone for LocalControlModeStatusType
source§fn clone(&self) -> LocalControlModeStatusType
fn clone(&self) -> LocalControlModeStatusType
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 LocalControlModeStatusType
impl Debug for LocalControlModeStatusType
source§impl Default for LocalControlModeStatusType
impl Default for LocalControlModeStatusType
source§fn default() -> LocalControlModeStatusType
fn default() -> LocalControlModeStatusType
Returns the “default value” for a type. Read more
source§impl PartialEq<LocalControlModeStatusType> for LocalControlModeStatusType
impl PartialEq<LocalControlModeStatusType> for LocalControlModeStatusType
source§fn eq(&self, other: &LocalControlModeStatusType) -> bool
fn eq(&self, other: &LocalControlModeStatusType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl YaDeserialize for LocalControlModeStatusType
impl YaDeserialize for LocalControlModeStatusType
source§impl YaSerialize for LocalControlModeStatusType
impl YaSerialize for LocalControlModeStatusType
fn name() -> &'static strwhere Self: Sized,
fn serialize<W: Write>(&self, writer: &mut Serializer<W>) -> Result<(), String>where Self: Sized,
fn serialize_attributes( &self, source_attributes: Vec<OwnedAttribute>, source_namespace: Namespace ) -> Result<(Vec<OwnedAttribute>, Namespace), String>where Self: Sized,
impl Eq for LocalControlModeStatusType
impl StructuralEq for LocalControlModeStatusType
impl StructuralPartialEq for LocalControlModeStatusType
Auto Trait Implementations§
impl RefUnwindSafe for LocalControlModeStatusType
impl Send for LocalControlModeStatusType
impl Sync for LocalControlModeStatusType
impl Unpin for LocalControlModeStatusType
impl UnwindSafe for LocalControlModeStatusType
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