Struct neocortex::SemaphoreSettings
source · pub struct SemaphoreSettings {
pub mode: SemaphorePermission,
}Fields§
§mode: SemaphorePermissionAuto Trait Implementations§
impl Freeze for SemaphoreSettings
impl RefUnwindSafe for SemaphoreSettings
impl Send for SemaphoreSettings
impl Sync for SemaphoreSettings
impl Unpin for SemaphoreSettings
impl UnwindSafe for SemaphoreSettings
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