#[repr(C)]pub struct ftChkDevice {
pub x0: c_int,
pub x4: c_int,
pub x8: c_int,
pub xc: c_int,
pub x10: c_int,
pub x14: c_int,
pub x18: c_int,
pub x1c: c_int,
pub x20: c_int,
pub gobj: *mut GOBJ,
pub hazard_kind: c_int,
pub check: *mut c_void,
}Fields§
§x0: c_int§x4: c_int§x8: c_int§xc: c_int§x10: c_int§x14: c_int§x18: c_int§x1c: c_int§x20: c_int§gobj: *mut GOBJ§hazard_kind: c_int§check: *mut c_voidTrait Implementations§
Source§impl Clone for ftChkDevice
impl Clone for ftChkDevice
Source§fn clone(&self) -> ftChkDevice
fn clone(&self) -> ftChkDevice
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 ftChkDevice
impl Debug for ftChkDevice
impl Copy for ftChkDevice
Auto Trait Implementations§
impl Freeze for ftChkDevice
impl RefUnwindSafe for ftChkDevice
impl !Send for ftChkDevice
impl !Sync for ftChkDevice
impl Unpin for ftChkDevice
impl UnwindSafe for ftChkDevice
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