pub enum BufferCollectionEvent {
_UnknownEvent {
ordinal: u64,
},
}
Variants§
_UnknownEvent
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BufferCollectionEvent
impl RefUnwindSafe for BufferCollectionEvent
impl Send for BufferCollectionEvent
impl Sync for BufferCollectionEvent
impl Unpin for BufferCollectionEvent
impl UnwindSafe for BufferCollectionEvent
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