pub struct LockedIoBuffers(/* private fields */);
Expand description
A set of locked memory ranges, represented by IoBuffer
s.
Implementations§
Auto Trait Implementations§
impl Freeze for LockedIoBuffers
impl !RefUnwindSafe for LockedIoBuffers
impl Send for LockedIoBuffers
impl Sync for LockedIoBuffers
impl Unpin for LockedIoBuffers
impl !UnwindSafe for LockedIoBuffers
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