#[repr(transparent)]pub struct CIP_STATUS(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl CIP_STATUS
impl CIP_STATUS
pub const CIP_DISK_FULL: Self
pub const CIP_ACCESS_DENIED: Self
pub const CIP_NEWER_VERSION_EXISTS: Self
pub const CIP_OLDER_VERSION_EXISTS: Self
pub const CIP_NAME_CONFLICT: Self
pub const CIP_TRUST_VERIFICATION_COMPONENT_MISSING: Self
pub const CIP_EXE_SELF_REGISTERATION_TIMEOUT: Self
pub const CIP_UNSAFE_TO_ABORT: Self
pub const CIP_NEED_REBOOT: Self
pub const CIP_NEED_REBOOT_UI_PERMISSION: Self
Trait Implementations§
Source§impl Abi for CIP_STATUS
impl Abi for CIP_STATUS
Source§type Abi = CIP_STATUS
type Abi = CIP_STATUS
The abi representation of the implementing type. Read more
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.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for CIP_STATUS
impl Clone for CIP_STATUS
Source§fn clone(&self) -> CIP_STATUS
fn clone(&self) -> CIP_STATUS
Returns a duplicate 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 Debug for CIP_STATUS
impl Debug for CIP_STATUS
Source§impl Default for CIP_STATUS
impl Default for CIP_STATUS
Source§fn default() -> CIP_STATUS
fn default() -> CIP_STATUS
Returns the “default value” for a type. Read more
Source§impl From<i32> for CIP_STATUS
impl From<i32> for CIP_STATUS
Source§impl PartialEq for CIP_STATUS
impl PartialEq for CIP_STATUS
impl Copy for CIP_STATUS
impl Eq for CIP_STATUS
impl StructuralPartialEq for CIP_STATUS
Auto Trait Implementations§
impl Freeze for CIP_STATUS
impl RefUnwindSafe for CIP_STATUS
impl Send for CIP_STATUS
impl Sync for CIP_STATUS
impl Unpin for CIP_STATUS
impl UnwindSafe for CIP_STATUS
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