#[repr(u8)]pub enum BSEventNotifyControl {
Continue = 0,
Stop = 1,
}
Expand description
Represents the event notification control, mapping to the C++ enum.
Variants§
Trait Implementations§
Source§impl Clone for BSEventNotifyControl
impl Clone for BSEventNotifyControl
Source§fn clone(&self) -> BSEventNotifyControl
fn clone(&self) -> BSEventNotifyControl
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 BSEventNotifyControl
impl Debug for BSEventNotifyControl
Source§impl From<BSEventNotifyControl> for BSEventNotifyControl_CEnum
impl From<BSEventNotifyControl> for BSEventNotifyControl_CEnum
Source§fn from(value: BSEventNotifyControl) -> Self
fn from(value: BSEventNotifyControl) -> Self
Converts to this type from the input type.
Source§impl Hash for BSEventNotifyControl
impl Hash for BSEventNotifyControl
Source§impl Ord for BSEventNotifyControl
impl Ord for BSEventNotifyControl
Source§fn cmp(&self, other: &BSEventNotifyControl) -> Ordering
fn cmp(&self, other: &BSEventNotifyControl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BSEventNotifyControl
impl PartialEq for BSEventNotifyControl
Source§impl PartialOrd for BSEventNotifyControl
impl PartialOrd for BSEventNotifyControl
impl Copy for BSEventNotifyControl
impl Eq for BSEventNotifyControl
impl StructuralPartialEq for BSEventNotifyControl
Auto Trait Implementations§
impl Freeze for BSEventNotifyControl
impl RefUnwindSafe for BSEventNotifyControl
impl Send for BSEventNotifyControl
impl Sync for BSEventNotifyControl
impl Unpin for BSEventNotifyControl
impl UnwindSafe for BSEventNotifyControl
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