pub(crate) struct OsStorage(Box<[SignalInfo]>);Tuple Fields§
§0: Box<[SignalInfo]>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OsStorage
impl RefUnwindSafe for OsStorage
impl Send for OsStorage
impl Sync for OsStorage
impl Unpin for OsStorage
impl UnsafeUnpin for OsStorage
impl UnwindSafe for OsStorage
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