#[repr(C)]pub struct lookups {
pub oldstr: *mut c_char,
pub newstr: *mut c_char,
pub processingtype: c_int,
pub level: c_int,
}Fields§
§oldstr: *mut c_char§newstr: *mut c_char§processingtype: c_int§level: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for lookups
impl RefUnwindSafe for lookups
impl !Send for lookups
impl !Sync for lookups
impl Unpin for lookups
impl UnwindSafe for lookups
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