#[repr(C, packed(2))]pub struct SemaphoreRequest {
pub sr_Link: MinNode,
pub sr_Waiter: *mut Task,
}Fields§
§sr_Link: MinNode§sr_Waiter: *mut TaskTrait Implementations§
Source§impl Clone for SemaphoreRequest
impl Clone for SemaphoreRequest
Source§fn clone(&self) -> SemaphoreRequest
fn clone(&self) -> SemaphoreRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SemaphoreRequest
impl Debug for SemaphoreRequest
impl Copy for SemaphoreRequest
Auto Trait Implementations§
impl Freeze for SemaphoreRequest
impl RefUnwindSafe for SemaphoreRequest
impl !Send for SemaphoreRequest
impl !Sync for SemaphoreRequest
impl Unpin for SemaphoreRequest
impl UnwindSafe for SemaphoreRequest
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