pub struct FfiConnectionRequest { /* private fields */ }Trait Implementations§
Source§impl FfiDropBox for FfiConnectionRequest
impl FfiDropBox for FfiConnectionRequest
Source§unsafe fn drop_boxed(it: &mut Box<FfiConnectionRequest>)
unsafe fn drop_boxed(it: &mut Box<FfiConnectionRequest>)
Safety Read more
Source§impl ReprC for FfiConnectionRequest
impl ReprC for FfiConnectionRequest
impl NonOpaque for FfiConnectionRequestwhere
for<'_never_true> FfiConnectionRequest: ExternDropFnAnnotation,
impl Send for FfiConnectionRequest
impl Sync for FfiConnectionRequest
Auto Trait Implementations§
impl Freeze for FfiConnectionRequest
impl RefUnwindSafe for FfiConnectionRequest
impl Unpin for FfiConnectionRequest
impl UnsafeUnpin for FfiConnectionRequest
impl UnwindSafe for FfiConnectionRequest
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