Struct windows_sys::Win32::Storage::Cabinets::ERF
#[repr(C)]pub struct ERF {
pub erfOper: i32,
pub erfType: i32,
pub fError: BOOL,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§erfOper: i32
§erfType: i32
§fError: BOOL
Trait Implementations§
Auto Trait Implementations§
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