pub struct SemaphoreTimepoint {
pub import_id: u32,
pub value: u64,
}Fields§
§import_id: u32§value: u64Auto Trait Implementations§
impl Freeze for SemaphoreTimepoint
impl RefUnwindSafe for SemaphoreTimepoint
impl Send for SemaphoreTimepoint
impl Sync for SemaphoreTimepoint
impl Unpin for SemaphoreTimepoint
impl UnwindSafe for SemaphoreTimepoint
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