#[repr(C)]pub struct CSTL_CompType {
pub is_eq: CSTL_IsEq,
pub is_lt: CSTL_IsLt,
}Expand description
Function table for a type instances of which can be ordered with respect to others in a string weak ordering.
Fields§
§is_eq: CSTL_IsEq§is_lt: CSTL_IsLtTrait Implementations§
Source§impl Clone for CSTL_CompType
impl Clone for CSTL_CompType
Source§fn clone(&self) -> CSTL_CompType
fn clone(&self) -> CSTL_CompType
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 CSTL_CompType
impl Debug for CSTL_CompType
impl Copy for CSTL_CompType
Auto Trait Implementations§
impl Freeze for CSTL_CompType
impl RefUnwindSafe for CSTL_CompType
impl Send for CSTL_CompType
impl Sync for CSTL_CompType
impl Unpin for CSTL_CompType
impl UnwindSafe for CSTL_CompType
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