#[repr(transparent)]pub struct Semstat(pub u32);
Expand description
Semaphore status register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Semstat
impl Eq for Semstat
impl StructuralPartialEq for Semstat
Auto Trait Implementations§
impl Freeze for Semstat
impl RefUnwindSafe for Semstat
impl Send for Semstat
impl Sync for Semstat
impl Unpin for Semstat
impl UnwindSafe for Semstat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)