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