#[repr(C)]pub struct TidScan {
pub scan: Scan,
pub tidquals: *mut List,
}
Fields§
§scan: Scan
§tidquals: *mut List
Trait Implementations§
impl Copy for TidScan
Auto Trait Implementations§
impl Freeze for TidScan
impl RefUnwindSafe for TidScan
impl !Send for TidScan
impl !Sync for TidScan
impl Unpin for TidScan
impl UnwindSafe for TidScan
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