pub struct L2Control {
pub metadata_root: u32,
pub bytes_in_use: u64,
}Fields§
§metadata_root: u32§bytes_in_use: u64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for L2Control
impl RefUnwindSafe for L2Control
impl Send for L2Control
impl Sync for L2Control
impl Unpin for L2Control
impl UnsafeUnpin for L2Control
impl UnwindSafe for L2Control
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