#[repr(u64)]pub enum ParameterEventFlags {
Visibility = 1,
DisplayName = 2,
Value = 4,
Elements = 8,
}Variants§
Trait Implementations§
Source§impl Clone for ParameterEventFlags
impl Clone for ParameterEventFlags
Source§fn clone(&self) -> ParameterEventFlags
fn clone(&self) -> ParameterEventFlags
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 ParameterEventFlags
impl Debug for ParameterEventFlags
impl Copy for ParameterEventFlags
Auto Trait Implementations§
impl Freeze for ParameterEventFlags
impl RefUnwindSafe for ParameterEventFlags
impl Send for ParameterEventFlags
impl Sync for ParameterEventFlags
impl Unpin for ParameterEventFlags
impl UnwindSafe for ParameterEventFlags
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