#[repr(C)]pub struct StructProperty_Kind {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl StructProperty_Kind
impl StructProperty_Kind
pub fn public_string() -> Self
pub fn string() -> Self
pub fn string_array() -> Self
pub fn public_label() -> Self
pub fn public_array() -> Self
pub fn public_file() -> Self
pub fn u8() -> Self
pub fn u8_array() -> Self
pub fn s8() -> Self
pub fn s8_array() -> Self
pub fn u16() -> Self
pub fn s16() -> Self
pub fn u32() -> Self
pub fn s32() -> Self
pub fn s32_array() -> Self
pub fn u64() -> Self
pub fn s64() -> Self
pub fn f32() -> Self
pub fn f32_array() -> Self
pub fn bool() -> Self
pub fn b8() -> Self
pub fn b16() -> Self
pub fn b32() -> Self
pub fn b64() -> Self
pub fn flag32() -> Self
pub fn flag64() -> Self
pub fn none() -> Self
Trait Implementations§
Source§impl ClassIdentity for StructProperty_Kind
impl ClassIdentity for StructProperty_Kind
Source§impl Clone for StructProperty_Kind
impl Clone for StructProperty_Kind
Source§fn clone(&self) -> StructProperty_Kind
fn clone(&self) -> StructProperty_Kind
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 StructProperty_Kind
impl Debug for StructProperty_Kind
Source§impl PartialEq for StructProperty_Kind
impl PartialEq for StructProperty_Kind
impl Copy for StructProperty_Kind
impl Eq for StructProperty_Kind
impl StructuralPartialEq for StructProperty_Kind
Auto Trait Implementations§
impl Freeze for StructProperty_Kind
impl RefUnwindSafe for StructProperty_Kind
impl Send for StructProperty_Kind
impl Sync for StructProperty_Kind
impl Unpin for StructProperty_Kind
impl UnwindSafe for StructProperty_Kind
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)