#[repr(C)]pub struct HubCookingSequence_Label {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl HubCookingSequence_Label
impl HubCookingSequence_Label
pub fn none() -> Self
pub fn init() -> Self
pub fn select_dish() -> Self
pub fn select_with_units() -> Self
pub fn select_foodstuff() -> Self
pub fn end_select() -> Self
pub fn cook() -> Self
pub fn start_cook_play() -> Self
pub fn cooking_result() -> Self
pub fn add_achieve() -> Self
pub fn quit_select() -> Self
pub fn exit() -> Self
Trait Implementations§
Source§impl Clone for HubCookingSequence_Label
impl Clone for HubCookingSequence_Label
Source§fn clone(&self) -> HubCookingSequence_Label
fn clone(&self) -> HubCookingSequence_Label
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 HubCookingSequence_Label
impl Debug for HubCookingSequence_Label
Source§impl PartialEq for HubCookingSequence_Label
impl PartialEq for HubCookingSequence_Label
impl Copy for HubCookingSequence_Label
impl Eq for HubCookingSequence_Label
impl StructuralPartialEq for HubCookingSequence_Label
Auto Trait Implementations§
impl Freeze for HubCookingSequence_Label
impl RefUnwindSafe for HubCookingSequence_Label
impl Send for HubCookingSequence_Label
impl Sync for HubCookingSequence_Label
impl Unpin for HubCookingSequence_Label
impl UnwindSafe for HubCookingSequence_Label
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)