Enum ntp_proto::NtpAssociationMode
source · pub enum NtpAssociationMode {
Reserved,
SymmetricActive,
SymmetricPassive,
Client,
Server,
Broadcast,
Control,
Private,
}Variants§
Trait Implementations§
source§impl Clone for NtpAssociationMode
impl Clone for NtpAssociationMode
source§fn clone(&self) -> NtpAssociationMode
fn clone(&self) -> NtpAssociationMode
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 NtpAssociationMode
impl Debug for NtpAssociationMode
source§impl PartialEq<NtpAssociationMode> for NtpAssociationMode
impl PartialEq<NtpAssociationMode> for NtpAssociationMode
source§fn eq(&self, other: &NtpAssociationMode) -> bool
fn eq(&self, other: &NtpAssociationMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.