pub struct ArenaLayout {
pub signals_per_leaf: usize,
/* private fields */
}Fields§
§signals_per_leaf: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ArenaLayout
impl RefUnwindSafe for ArenaLayout
impl Send for ArenaLayout
impl Sync for ArenaLayout
impl Unpin for ArenaLayout
impl UnwindSafe for ArenaLayout
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