pub struct RW;Expand description
Marker for an access to shared data which is used for reading.
Components which hold a RW handle are marked as needing update whenever that handle is
written to.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RW
impl RefUnwindSafe for RW
impl Send for RW
impl Sync for RW
impl Unpin for RW
impl UnwindSafe for RW
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