pub enum SamplerTestControllerEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SamplerTestControllerEvent
impl RefUnwindSafe for SamplerTestControllerEvent
impl Send for SamplerTestControllerEvent
impl Sync for SamplerTestControllerEvent
impl Unpin for SamplerTestControllerEvent
impl UnwindSafe for SamplerTestControllerEvent
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