pub struct ActivePresetChangeEvent {
pub previous_preset_handle: Option<Vec<u8>>,
pub current_preset_handle: Option<Vec<u8>>,
}Fields§
§previous_preset_handle: Option<Vec<u8>>§current_preset_handle: Option<Vec<u8>>Trait Implementations§
Source§impl Debug for ActivePresetChangeEvent
impl Debug for ActivePresetChangeEvent
Auto Trait Implementations§
impl Freeze for ActivePresetChangeEvent
impl RefUnwindSafe for ActivePresetChangeEvent
impl Send for ActivePresetChangeEvent
impl Sync for ActivePresetChangeEvent
impl Unpin for ActivePresetChangeEvent
impl UnsafeUnpin for ActivePresetChangeEvent
impl UnwindSafe for ActivePresetChangeEvent
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