#[repr(C)]pub struct ResultChunk {
pub offset: c_int,
pub bytes: int32_t,
pub lang1: uint16_t,
pub pad: uint16_t,
}Fields§
§offset: c_int§bytes: int32_t§lang1: uint16_t§pad: uint16_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for ResultChunk
impl RefUnwindSafe for ResultChunk
impl Send for ResultChunk
impl Sync for ResultChunk
impl Unpin for ResultChunk
impl UnwindSafe for ResultChunk
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