pub struct ContiguousBufferPool { /* private fields */ }Implementations§
Source§impl ContiguousBufferPool
impl ContiguousBufferPool
pub fn alloc(&self) -> Result<ContiguousBuffer, DmaError>
Trait Implementations§
Source§impl Clone for ContiguousBufferPool
impl Clone for ContiguousBufferPool
Source§fn clone(&self) -> ContiguousBufferPool
fn clone(&self) -> ContiguousBufferPool
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for ContiguousBufferPool
impl !UnwindSafe for ContiguousBufferPool
impl Freeze for ContiguousBufferPool
impl Send for ContiguousBufferPool
impl Sync for ContiguousBufferPool
impl Unpin for ContiguousBufferPool
impl UnsafeUnpin for ContiguousBufferPool
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