#[repr(transparent)]pub struct HdcMetdataFileHandle(pub isize);
Tuple Fields§
§0: isize
Implementations§
Trait Implementations§
Source§impl Abi for HdcMetdataFileHandle
impl Abi for HdcMetdataFileHandle
Source§type Abi = HdcMetdataFileHandle
type Abi = HdcMetdataFileHandle
The abi representation of the implementing type. Read more
type DefaultType = HdcMetdataFileHandle
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 HdcMetdataFileHandle
impl Clone for HdcMetdataFileHandle
Source§fn clone(&self) -> HdcMetdataFileHandle
fn clone(&self) -> HdcMetdataFileHandle
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 Debug for HdcMetdataFileHandle
impl Debug for HdcMetdataFileHandle
Source§impl Default for HdcMetdataFileHandle
impl Default for HdcMetdataFileHandle
Source§impl PartialEq for HdcMetdataFileHandle
impl PartialEq for HdcMetdataFileHandle
impl Copy for HdcMetdataFileHandle
impl Eq for HdcMetdataFileHandle
Auto Trait Implementations§
impl Freeze for HdcMetdataFileHandle
impl RefUnwindSafe for HdcMetdataFileHandle
impl Send for HdcMetdataFileHandle
impl Sync for HdcMetdataFileHandle
impl Unpin for HdcMetdataFileHandle
impl UnwindSafe for HdcMetdataFileHandle
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