Struct capnp::private::arena::ReadLimiter
source · Fields
limit: Cell<u64>Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ReadLimiter
impl Send for ReadLimiter
impl !Sync for ReadLimiter
impl Unpin for ReadLimiter
impl UnwindSafe for ReadLimiter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more