#[repr(C)]pub struct TasteData_ConditionType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl TasteData_ConditionType
impl TasteData_ConditionType
pub fn none() -> Self
pub fn come_from_brodia() -> Self
pub fn come_from_filene() -> Self
pub fn come_from_solum() -> Self
pub fn come_from_ircion() -> Self
pub fn come_from_lithos() -> Self
pub fn is_male() -> Self
pub fn is_female() -> Self
pub fn is_adult() -> Self
pub fn is_child() -> Self
pub fn is_lueur() -> Self
Trait Implementations§
Source§impl Clone for TasteData_ConditionType
impl Clone for TasteData_ConditionType
Source§fn clone(&self) -> TasteData_ConditionType
fn clone(&self) -> TasteData_ConditionType
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 TasteData_ConditionType
impl Debug for TasteData_ConditionType
Source§impl PartialEq for TasteData_ConditionType
impl PartialEq for TasteData_ConditionType
impl Copy for TasteData_ConditionType
impl Eq for TasteData_ConditionType
impl StructuralPartialEq for TasteData_ConditionType
Auto Trait Implementations§
impl Freeze for TasteData_ConditionType
impl RefUnwindSafe for TasteData_ConditionType
impl Send for TasteData_ConditionType
impl Sync for TasteData_ConditionType
impl Unpin for TasteData_ConditionType
impl UnwindSafe for TasteData_ConditionType
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)