pub enum PrepareOutputBufferSuccess {
Buffer(Buffer),
InputBuffer,
}Variants
Buffer(Buffer)
InputBuffer
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PrepareOutputBufferSuccess
impl Send for PrepareOutputBufferSuccess
impl Sync for PrepareOutputBufferSuccess
impl Unpin for PrepareOutputBufferSuccess
impl UnwindSafe for PrepareOutputBufferSuccess
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more