pub struct ToggleButtonSpec {
pub parameter_id: u32,
pub name: &'static str,
pub default_value: bool,
pub flags: u32,
}Fields§
§parameter_id: u32§name: &'static str§default_value: bool§flags: u32Trait Implementations§
Source§impl Clone for ToggleButtonSpec
impl Clone for ToggleButtonSpec
Source§fn clone(&self) -> ToggleButtonSpec
fn clone(&self) -> ToggleButtonSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ToggleButtonSpec
impl Debug for ToggleButtonSpec
Source§impl PartialEq for ToggleButtonSpec
impl PartialEq for ToggleButtonSpec
Source§fn eq(&self, other: &ToggleButtonSpec) -> bool
fn eq(&self, other: &ToggleButtonSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ToggleButtonSpec
impl Eq for ToggleButtonSpec
impl StructuralPartialEq for ToggleButtonSpec
Auto Trait Implementations§
impl Freeze for ToggleButtonSpec
impl RefUnwindSafe for ToggleButtonSpec
impl Send for ToggleButtonSpec
impl Sync for ToggleButtonSpec
impl Unpin for ToggleButtonSpec
impl UnsafeUnpin for ToggleButtonSpec
impl UnwindSafe for ToggleButtonSpec
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