Struct SORTSET
#[repr(C)]pub struct SORTSET {
pub cCol: u32,
pub aCol: *mut SORTKEY,
}
Fields§
§cCol: u32
§aCol: *mut SORTKEY
Trait Implementations§
impl Copy for SORTSET
impl StructuralPartialEq for SORTSET
Auto Trait Implementations§
impl Freeze for SORTSET
impl RefUnwindSafe for SORTSET
impl !Send for SORTSET
impl !Sync for SORTSET
impl Unpin for SORTSET
impl UnwindSafe for SORTSET
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