#[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§
Source§impl Abi for ENOLEOPFAILED
impl Abi for ENOLEOPFAILED
Source§type Abi = ENOLEOPFAILED
type Abi = ENOLEOPFAILED
The abi representation of the implementing type. Read more
type DefaultType = ENOLEOPFAILED
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for ENOLEOPFAILED
impl Clone for ENOLEOPFAILED
Source§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 moreSource§impl PartialEq for ENOLEOPFAILED
impl PartialEq for ENOLEOPFAILED
impl Copy for ENOLEOPFAILED
impl Eq 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