pub struct PlatformRefCounter { /* private fields */ }Expand description
Linux reference counter using System V semaphores.
Implementations§
Trait Implementations§
Source§impl Drop for LinuxRefCounter
impl Drop for LinuxRefCounter
Source§impl RefCounter for LinuxRefCounter
impl RefCounter for LinuxRefCounter
Auto Trait Implementations§
impl !Freeze for LinuxRefCounter
impl RefUnwindSafe for LinuxRefCounter
impl Send for LinuxRefCounter
impl Sync for LinuxRefCounter
impl Unpin for LinuxRefCounter
impl UnwindSafe for LinuxRefCounter
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