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