#[repr(C)]pub struct NameTypeData_Type {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl NameTypeData_Type
impl NameTypeData_Type
pub fn なし() -> Self
pub fn 通常() -> Self
pub fn 通常_さん() -> Self
pub fn 通常_様() -> Self
pub fn 通常_殿() -> Self
pub fn 通常_王子() -> Self
pub fn 通常_王女() -> Self
pub fn 通常_王() -> Self
pub fn 通常_女王() -> Self
pub fn 通常_親戚() -> Self
pub fn 通常_家族() -> Self
pub fn 敬語_家族() -> Self
pub fn 敬語() -> Self
pub fn 敬語_さん() -> Self
pub fn 敬語_様() -> Self
pub fn 敬語_氏() -> Self
pub fn 敬語_殿() -> Self
pub fn 敬語_王子() -> Self
pub fn 敬語_王女() -> Self
pub fn 敬語_王() -> Self
pub fn 敬語_女王() -> Self
Trait Implementations§
Source§impl ClassIdentity for NameTypeData_Type
impl ClassIdentity for NameTypeData_Type
Source§impl Clone for NameTypeData_Type
impl Clone for NameTypeData_Type
Source§fn clone(&self) -> NameTypeData_Type
fn clone(&self) -> NameTypeData_Type
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 NameTypeData_Type
impl Debug for NameTypeData_Type
Source§impl PartialEq for NameTypeData_Type
impl PartialEq for NameTypeData_Type
impl Copy for NameTypeData_Type
impl Eq for NameTypeData_Type
impl StructuralPartialEq for NameTypeData_Type
Auto Trait Implementations§
impl Freeze for NameTypeData_Type
impl RefUnwindSafe for NameTypeData_Type
impl Send for NameTypeData_Type
impl Sync for NameTypeData_Type
impl Unpin for NameTypeData_Type
impl UnwindSafe for NameTypeData_Type
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)