#[repr(C)]pub struct sortelt {
pub orig: *mut c_char,
pub cmp: *const c_char,
pub origlen: c_int,
pub len: c_int,
}Fields§
§orig: *mut c_char§cmp: *const c_char§origlen: c_int§len: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for sortelt
impl RefUnwindSafe for sortelt
impl !Send for sortelt
impl !Sync for sortelt
impl Unpin for sortelt
impl UnwindSafe for sortelt
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