#[repr(C)]pub struct _ion_user_stream {
pub curr: *mut BYTE,
pub limit: *mut BYTE,
pub handler_state: *mut c_void,
pub handler: ION_STREAM_HANDLER,
}Fields§
§curr: *mut BYTE§limit: *mut BYTE§handler_state: *mut c_void§handler: ION_STREAM_HANDLERTrait Implementations§
Source§impl Clone for _ion_user_stream
impl Clone for _ion_user_stream
Source§fn clone(&self) -> _ion_user_stream
fn clone(&self) -> _ion_user_stream
Returns a copy 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 _ion_user_stream
impl Debug for _ion_user_stream
Source§impl Default for _ion_user_stream
impl Default for _ion_user_stream
impl Copy for _ion_user_stream
Auto Trait Implementations§
impl Freeze for _ion_user_stream
impl RefUnwindSafe for _ion_user_stream
impl !Send for _ion_user_stream
impl !Sync for _ion_user_stream
impl Unpin for _ion_user_stream
impl UnwindSafe for _ion_user_stream
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