#[repr(C)]pub struct StringData {
pub aliasId: u32,
pub fullNameFormID: u32,
}
Fields§
§aliasId: u32
§fullNameFormID: u32
Trait Implementations§
Source§impl Clone for StringData
impl Clone for StringData
Source§fn clone(&self) -> StringData
fn clone(&self) -> StringData
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 StringData
impl Debug for StringData
Source§impl Hash for StringData
impl Hash for StringData
Source§impl Ord for StringData
impl Ord for StringData
Source§fn cmp(&self, other: &StringData) -> Ordering
fn cmp(&self, other: &StringData) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StringData
impl PartialEq for StringData
Source§impl PartialOrd for StringData
impl PartialOrd for StringData
impl Eq for StringData
impl StructuralPartialEq for StringData
Auto Trait Implementations§
impl Freeze for StringData
impl RefUnwindSafe for StringData
impl Send for StringData
impl Sync for StringData
impl Unpin for StringData
impl UnwindSafe for StringData
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