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