pub(super) struct Synced {
is_shutdown: bool,
registrations: LinkedList<Arc<ScheduledIo>, ScheduledIo>,
pending_release: Vec<Arc<ScheduledIo>>,
}Fields§
§is_shutdown: bool§registrations: LinkedList<Arc<ScheduledIo>, ScheduledIo>§pending_release: Vec<Arc<ScheduledIo>>Auto Trait Implementations§
impl Freeze for Synced
impl !RefUnwindSafe for Synced
impl Send for Synced
impl Sync for Synced
impl Unpin for Synced
impl !UnwindSafe for Synced
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