pub struct BufferBeltDescriptor {
pub memory: Memory,
pub min_chunk_size: u64,
pub alignment: u64,
}Expand description
Configuration of the Blade belt.
Fields§
§memory: MemoryKind of memory to allocate from.
min_chunk_size: u64§alignment: u64Auto Trait Implementations§
impl Freeze for BufferBeltDescriptor
impl RefUnwindSafe for BufferBeltDescriptor
impl Send for BufferBeltDescriptor
impl Sync for BufferBeltDescriptor
impl Unpin for BufferBeltDescriptor
impl UnwindSafe for BufferBeltDescriptor
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