#[repr(C)]pub struct LMIO {
pub type_: LMIO__bindgen_ty_1,
pub handle: *mut c_void,
pub handle2: *mut c_void,
pub still_running: c_int,
}Expand description
@brief Type definition for data source I/O: file-system versus URL
Fields§
§type_: LMIO__bindgen_ty_1!< IO handle type
handle: *mut c_void!< Primary IO handle, either file or URL
handle2: *mut c_void!< Secondary IO handle for URL
still_running: c_int!< Fetch status flag for URL transmissions
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LMIO
impl RefUnwindSafe for LMIO
impl !Send for LMIO
impl !Sync for LMIO
impl Unpin for LMIO
impl UnwindSafe for LMIO
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