Struct stak_device::FixedBufferDevice
source · pub struct FixedBufferDevice<'a, const O: usize, const E: usize> { /* private fields */ }Expand description
A fixed buffer device.
Implementations§
Trait Implementations§
Auto Trait Implementations§
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