pub enum StreamBufferConstraintsError {
VersionOrdinalZero,
SingleBufferMode,
ConstraintsNoBtiHandleForPhysicalBuffers,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StreamBufferConstraintsError
impl RefUnwindSafe for StreamBufferConstraintsError
impl Send for StreamBufferConstraintsError
impl Sync for StreamBufferConstraintsError
impl Unpin for StreamBufferConstraintsError
impl UnwindSafe for StreamBufferConstraintsError
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