pub struct XilaSemaphore;
Auto Trait Implementations§
impl Freeze for XilaSemaphore
impl RefUnwindSafe for XilaSemaphore
impl Send for XilaSemaphore
impl Sync for XilaSemaphore
impl Unpin for XilaSemaphore
impl UnwindSafe for XilaSemaphore
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