#[repr(C)]pub struct Activation<'f> { /* private fields */ }
Implementations§
Source§impl<'f> Activation<'f>
impl<'f> Activation<'f>
pub fn new<T: FfiActivation<'f> + 'f>(ffi: T) -> UniquePtr<Self>
Trait Implementations§
Source§impl<'f> ExternType for Activation<'f>
impl<'f> ExternType for Activation<'f>
impl<'f> Send for Activation<'f>
impl<'f> Sync for Activation<'f>
impl<'f> UniquePtrTarget for Activation<'f>
Auto Trait Implementations§
impl<'f> !Freeze for Activation<'f>
impl<'f> RefUnwindSafe for Activation<'f>
impl<'f> !Unpin for Activation<'f>
impl<'f> UnwindSafe for Activation<'f>
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