#[repr(C, align(64))]pub struct clib_spinlock_s {
pub cacheline0: __IncompleteArrayField<u8_>,
pub lock: u32_,
}Fields§
§cacheline0: __IncompleteArrayField<u8_>§lock: u32_Trait Implementations§
Source§impl Debug for clib_spinlock_s
impl Debug for clib_spinlock_s
Auto Trait Implementations§
impl Freeze for clib_spinlock_s
impl RefUnwindSafe for clib_spinlock_s
impl Send for clib_spinlock_s
impl Sync for clib_spinlock_s
impl Unpin for clib_spinlock_s
impl UnsafeUnpin for clib_spinlock_s
impl UnwindSafe for clib_spinlock_s
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