#[repr(C)]pub struct ERF {
pub erfOper: i32,
pub erfType: i32,
pub fError: BOOL,
}
Fields§
§erfOper: i32
§erfType: i32
§fError: BOOL
Trait Implementations§
impl Copy for ERF
impl Eq for ERF
impl StructuralPartialEq for ERF
Auto Trait Implementations§
impl Freeze for ERF
impl RefUnwindSafe for ERF
impl Send for ERF
impl Sync for ERF
impl Unpin for ERF
impl UnwindSafe for ERF
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)