#[repr(C)]pub struct JobData_MoveTypes {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Trait Implementations§
Source§impl ClassIdentity for JobData_MoveTypes
impl ClassIdentity for JobData_MoveTypes
Source§impl Clone for JobData_MoveTypes
impl Clone for JobData_MoveTypes
Source§fn clone(&self) -> JobData_MoveTypes
fn clone(&self) -> JobData_MoveTypes
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JobData_MoveTypes
impl Debug for JobData_MoveTypes
Source§impl PartialEq for JobData_MoveTypes
impl PartialEq for JobData_MoveTypes
impl Copy for JobData_MoveTypes
impl Eq for JobData_MoveTypes
impl StructuralPartialEq for JobData_MoveTypes
Auto Trait Implementations§
impl Freeze for JobData_MoveTypes
impl RefUnwindSafe for JobData_MoveTypes
impl Send for JobData_MoveTypes
impl Sync for JobData_MoveTypes
impl Unpin for JobData_MoveTypes
impl UnwindSafe for JobData_MoveTypes
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)