#[repr(C)]pub struct QemuLockCnt {
pub count: c_uint,
}
Fields§
§count: c_uint
Trait Implementations§
Source§impl Clone for QemuLockCnt
impl Clone for QemuLockCnt
Source§fn clone(&self) -> QemuLockCnt
fn clone(&self) -> QemuLockCnt
Returns a copy 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 QemuLockCnt
impl Debug for QemuLockCnt
Source§impl Default for QemuLockCnt
impl Default for QemuLockCnt
Source§fn default() -> QemuLockCnt
fn default() -> QemuLockCnt
Returns the “default value” for a type. Read more
impl Copy for QemuLockCnt
Auto Trait Implementations§
impl Freeze for QemuLockCnt
impl RefUnwindSafe for QemuLockCnt
impl Send for QemuLockCnt
impl Sync for QemuLockCnt
impl Unpin for QemuLockCnt
impl UnwindSafe for QemuLockCnt
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