pub struct CsrConfig {
pub regions: BTreeMap<String, CsrMemoryRegion>,
}Fields§
§regions: BTreeMap<String, CsrMemoryRegion>Auto Trait Implementations§
impl Freeze for CsrConfig
impl RefUnwindSafe for CsrConfig
impl Send for CsrConfig
impl Sync for CsrConfig
impl Unpin for CsrConfig
impl UnwindSafe for CsrConfig
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