#[repr(C)]pub struct TESFullName {
pub __base: BaseFormComponent,
pub fullName: BSFixedString,
}
Fields§
§__base: BaseFormComponent
§fullName: BSFixedString
Implementations§
Trait Implementations§
Source§impl Clone for TESFullName
impl Clone for TESFullName
Source§fn clone(&self) -> TESFullName
fn clone(&self) -> TESFullName
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TESFullName
impl Debug for TESFullName
Source§impl PartialEq for TESFullName
impl PartialEq for TESFullName
Source§impl TESFullNameVtblTrait for TESFullName
impl TESFullNameVtblTrait for TESFullName
fn GetFullNameLength(this: &TESFullName) -> u32
fn GetFullName(this: &TESFullName) -> *const c_char
impl StructuralPartialEq for TESFullName
Auto Trait Implementations§
impl Freeze for TESFullName
impl RefUnwindSafe for TESFullName
impl !Send for TESFullName
impl !Sync for TESFullName
impl Unpin for TESFullName
impl UnwindSafe for TESFullName
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