#[repr(C)]pub struct MLYieldData {
pub private_data: [MLYieldData__bindgen_ty_1; 8],
}Fields§
§private_data: [MLYieldData__bindgen_ty_1; 8]Trait Implementations§
Source§impl Clone for MLYieldData
impl Clone for MLYieldData
Source§fn clone(&self) -> MLYieldData
fn clone(&self) -> MLYieldData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MLYieldData
Auto Trait Implementations§
impl Freeze for MLYieldData
impl RefUnwindSafe for MLYieldData
impl !Send for MLYieldData
impl !Sync for MLYieldData
impl Unpin for MLYieldData
impl UnwindSafe for MLYieldData
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