pub struct SwitchChangedEventArgs {
pub checked: bool,
}Fields§
§checked: boolTrait Implementations§
Source§impl Clone for SwitchChangedEventArgs
impl Clone for SwitchChangedEventArgs
Source§fn clone(&self) -> SwitchChangedEventArgs
fn clone(&self) -> SwitchChangedEventArgs
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 moreimpl Copy for SwitchChangedEventArgs
Source§impl Debug for SwitchChangedEventArgs
impl Debug for SwitchChangedEventArgs
impl Eq for SwitchChangedEventArgs
Source§impl PartialEq for SwitchChangedEventArgs
impl PartialEq for SwitchChangedEventArgs
impl StructuralPartialEq for SwitchChangedEventArgs
Auto Trait Implementations§
impl Freeze for SwitchChangedEventArgs
impl RefUnwindSafe for SwitchChangedEventArgs
impl Send for SwitchChangedEventArgs
impl Sync for SwitchChangedEventArgs
impl Unpin for SwitchChangedEventArgs
impl UnsafeUnpin for SwitchChangedEventArgs
impl UnwindSafe for SwitchChangedEventArgs
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