Struct ERF
#[repr(C)]pub struct ERF {
pub erfOper: i32,
pub erfType: i32,
pub fError: BOOL,
}
Fields§
§erfOper: i32
§erfType: i32
§fError: BOOL
Trait Implementations§
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