Enum embedded_bacnet::common::spec::LoggingType
source · #[repr(u32)]pub enum LoggingType {
Polled = 0,
Cov = 1,
Triggered = 2,
}Variants§
Trait Implementations§
source§impl Clone for LoggingType
impl Clone for LoggingType
source§fn clone(&self) -> LoggingType
fn clone(&self) -> LoggingType
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 LoggingType
impl Debug for LoggingType
Auto Trait Implementations§
impl RefUnwindSafe for LoggingType
impl Send for LoggingType
impl Sync for LoggingType
impl Unpin for LoggingType
impl UnwindSafe for LoggingType
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