#[repr(C)]pub struct TheTruthEditorEnumT {
pub count: u32,
pub _padding_357: [c_char; 4],
pub names: *const *const c_char,
pub tooltips: *const *const c_char,
}Fields§
§count: u32§_padding_357: [c_char; 4]§names: *const *const c_char§tooltips: *const *const c_charTrait Implementations§
Source§impl Clone for TheTruthEditorEnumT
impl Clone for TheTruthEditorEnumT
Source§fn clone(&self) -> TheTruthEditorEnumT
fn clone(&self) -> TheTruthEditorEnumT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TheTruthEditorEnumT
Auto Trait Implementations§
impl !Send for TheTruthEditorEnumT
impl !Sync for TheTruthEditorEnumT
impl Freeze for TheTruthEditorEnumT
impl RefUnwindSafe for TheTruthEditorEnumT
impl Unpin for TheTruthEditorEnumT
impl UnsafeUnpin for TheTruthEditorEnumT
impl UnwindSafe for TheTruthEditorEnumT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more