pub struct Mamba3DoubleSsdCachesRecord {
pub caches: <Vec<Mamba3DoubleSsdCache> as Module>::Record,
}Expand description
The record type for the module.
Fields§
§caches: <Vec<Mamba3DoubleSsdCache> as Module>::RecordThe module record associative type.
Trait Implementations§
Source§impl Record for Mamba3DoubleSsdCachesRecord
impl Record for Mamba3DoubleSsdCachesRecord
Auto Trait Implementations§
impl Freeze for Mamba3DoubleSsdCachesRecord
impl RefUnwindSafe for Mamba3DoubleSsdCachesRecord
impl Send for Mamba3DoubleSsdCachesRecord
impl Sync for Mamba3DoubleSsdCachesRecord
impl Unpin for Mamba3DoubleSsdCachesRecord
impl UnsafeUnpin for Mamba3DoubleSsdCachesRecord
impl UnwindSafe for Mamba3DoubleSsdCachesRecord
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