pub(crate) struct RamInode {
pub(crate) node: Mutex<RamNode>,
pub(crate) open_count: AtomicU32,
}Fields§
§node: Mutex<RamNode>§open_count: AtomicU32Implementations§
Auto Trait Implementations§
impl !Freeze for RamInode
impl !RefUnwindSafe for RamInode
impl Send for RamInode
impl Sync for RamInode
impl Unpin for RamInode
impl UnsafeUnpin for RamInode
impl UnwindSafe for RamInode
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