pub enum BufferRelayoutError {
IncompatibleAlignment,
SizeTooBig,
}Expand description
Errors for buffer relayouting operation.
This API has been marked as unstable: it works as advertised, but it may be changed in a future release.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BufferRelayoutError
impl RefUnwindSafe for BufferRelayoutError
impl Send for BufferRelayoutError
impl Sync for BufferRelayoutError
impl Unpin for BufferRelayoutError
impl UnwindSafe for BufferRelayoutError
Blanket Implementations§
Source§impl<Source> AccessAs for Source
impl<Source> AccessAs for Source
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