Struct ENOLEOPFAILED
#[repr(C, packed(4))]pub struct ENOLEOPFAILED {
pub nmhdr: NMHDR,
pub iob: i32,
pub lOper: i32,
pub hr: HRESULT,
}
Fields§
§nmhdr: NMHDR
§iob: i32
§lOper: i32
§hr: HRESULT
Trait Implementations§
§impl Clone for ENOLEOPFAILED
impl Clone for ENOLEOPFAILED
§fn clone(&self) -> ENOLEOPFAILED
fn clone(&self) -> ENOLEOPFAILED
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 more§impl Default for ENOLEOPFAILED
impl Default for ENOLEOPFAILED
impl Copy for ENOLEOPFAILED
Auto Trait Implementations§
impl Freeze for ENOLEOPFAILED
impl RefUnwindSafe for ENOLEOPFAILED
impl !Send for ENOLEOPFAILED
impl !Sync for ENOLEOPFAILED
impl Unpin for ENOLEOPFAILED
impl UnwindSafe for ENOLEOPFAILED
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