pub struct FixedBufferDevice<'a, const O: usize, const E: usize> { /* private fields */ }Expand description
A fixed buffer device.
Implementations§
Trait Implementations§
Source§impl<const O: usize, const E: usize> Device for FixedBufferDevice<'_, O, E>
impl<const O: usize, const E: usize> Device for FixedBufferDevice<'_, O, E>
Source§type Error = BufferError
type Error = BufferError
An error.
Auto Trait Implementations§
impl<'a, const O: usize, const E: usize> Freeze for FixedBufferDevice<'a, O, E>
impl<'a, const O: usize, const E: usize> RefUnwindSafe for FixedBufferDevice<'a, O, E>
impl<'a, const O: usize, const E: usize> Send for FixedBufferDevice<'a, O, E>
impl<'a, const O: usize, const E: usize> Sync for FixedBufferDevice<'a, O, E>
impl<'a, const O: usize, const E: usize> Unpin for FixedBufferDevice<'a, O, E>
impl<'a, const O: usize, const E: usize> UnwindSafe for FixedBufferDevice<'a, O, E>
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