pub struct IndexField {
pub offset: usize,
pub size: usize,
pub align: usize,
pub value: Type,
pub direction: SortDirection,
}Fields§
§offset: usize§size: usize§align: usize§value: Type§direction: SortDirectionTrait Implementations§
Auto Trait Implementations§
impl Freeze for IndexField
impl RefUnwindSafe for IndexField
impl Send for IndexField
impl Sync for IndexField
impl Unpin for IndexField
impl UnwindSafe for IndexField
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more