pub struct UnlinkOnDrop {
pub shm: Shm,
}
Fields§
§shm: Shm
Trait Implementations§
Source§impl Debug for UnlinkOnDrop
impl Debug for UnlinkOnDrop
Auto Trait Implementations§
impl Freeze for UnlinkOnDrop
impl RefUnwindSafe for UnlinkOnDrop
impl Send for UnlinkOnDrop
impl Sync for UnlinkOnDrop
impl Unpin for UnlinkOnDrop
impl UnwindSafe for UnlinkOnDrop
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