#[repr(C, packed(4))]pub struct ReaderOpenInfoInterop {
pub streamObject: InputStreamObjectHandle,
}Expand description
This structure gather the information needed to create a reader object.
Fields§
§streamObject: InputStreamObjectHandle< The input stream object to use for opening the file.
Trait Implementations§
Source§impl Clone for ReaderOpenInfoInterop
impl Clone for ReaderOpenInfoInterop
Source§fn clone(&self) -> ReaderOpenInfoInterop
fn clone(&self) -> ReaderOpenInfoInterop
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReaderOpenInfoInterop
impl Debug for ReaderOpenInfoInterop
impl Copy for ReaderOpenInfoInterop
Auto Trait Implementations§
impl Freeze for ReaderOpenInfoInterop
impl RefUnwindSafe for ReaderOpenInfoInterop
impl Send for ReaderOpenInfoInterop
impl Sync for ReaderOpenInfoInterop
impl Unpin for ReaderOpenInfoInterop
impl UnsafeUnpin for ReaderOpenInfoInterop
impl UnwindSafe for ReaderOpenInfoInterop
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