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