pub struct MainThreadAction {
pub handle: *mut BNMainThreadAction,
}
Fields§
§handle: *mut BNMainThreadAction
Implementations§
Trait Implementations§
source§impl ToOwned for MainThreadAction
impl ToOwned for MainThreadAction
source§type Owned = Ref<MainThreadAction>
type Owned = Ref<MainThreadAction>
The resulting type after obtaining ownership.
source§fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · source§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more
impl Send for MainThreadAction
Auto Trait Implementations§
impl Freeze for MainThreadAction
impl RefUnwindSafe for MainThreadAction
impl !Sync for MainThreadAction
impl Unpin for MainThreadAction
impl UnwindSafe for MainThreadAction
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