#[repr(C)]pub struct BGSLocalizedStringDL { /* private fields */ }
Trait Implementations§
Source§impl Clone for BGSLocalizedStringDL
impl Clone for BGSLocalizedStringDL
Source§fn clone(&self) -> BGSLocalizedStringDL
fn clone(&self) -> BGSLocalizedStringDL
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 BGSLocalizedStringDL
impl Debug for BGSLocalizedStringDL
Source§impl Hash for BGSLocalizedStringDL
impl Hash for BGSLocalizedStringDL
Source§impl Ord for BGSLocalizedStringDL
impl Ord for BGSLocalizedStringDL
Source§fn cmp(&self, other: &BGSLocalizedStringDL) -> Ordering
fn cmp(&self, other: &BGSLocalizedStringDL) -> 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 BGSLocalizedStringDL
impl PartialEq for BGSLocalizedStringDL
Source§impl PartialOrd for BGSLocalizedStringDL
impl PartialOrd for BGSLocalizedStringDL
impl Eq for BGSLocalizedStringDL
impl StructuralPartialEq for BGSLocalizedStringDL
Auto Trait Implementations§
impl Freeze for BGSLocalizedStringDL
impl RefUnwindSafe for BGSLocalizedStringDL
impl Send for BGSLocalizedStringDL
impl Sync for BGSLocalizedStringDL
impl Unpin for BGSLocalizedStringDL
impl UnwindSafe for BGSLocalizedStringDL
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