#[repr(C)]pub struct MARK_HANDLE_INFO32 {
pub Anonymous: MARK_HANDLE_INFO32_0,
pub VolumeHandle: u32,
pub HandleInfo: u32,
}Fields§
§Anonymous: MARK_HANDLE_INFO32_0§VolumeHandle: u32§HandleInfo: u32Trait Implementations§
Source§impl Abi for MARK_HANDLE_INFO32
impl Abi for MARK_HANDLE_INFO32
Source§type Abi = MARK_HANDLE_INFO32
type Abi = MARK_HANDLE_INFO32
The abi representation of the implementing type. Read more
type DefaultType = MARK_HANDLE_INFO32
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 MARK_HANDLE_INFO32
impl Clone for MARK_HANDLE_INFO32
Source§fn clone(&self) -> MARK_HANDLE_INFO32
fn clone(&self) -> MARK_HANDLE_INFO32
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MARK_HANDLE_INFO32
impl Eq for MARK_HANDLE_INFO32
Auto Trait Implementations§
impl Freeze for MARK_HANDLE_INFO32
impl RefUnwindSafe for MARK_HANDLE_INFO32
impl Send for MARK_HANDLE_INFO32
impl Sync for MARK_HANDLE_INFO32
impl Unpin for MARK_HANDLE_INFO32
impl UnsafeUnpin for MARK_HANDLE_INFO32
impl UnwindSafe for MARK_HANDLE_INFO32
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