#[repr(C)]pub struct bstream {
pub bstr_blob: isc_blob_handle,
pub bstr_buffer: *mut ISC_SCHAR,
pub bstr_ptr: *mut ISC_SCHAR,
pub bstr_length: c_short,
pub bstr_cnt: c_short,
pub bstr_mode: c_char,
}
Fields§
§bstr_blob: isc_blob_handle
§bstr_buffer: *mut ISC_SCHAR
§bstr_ptr: *mut ISC_SCHAR
§bstr_length: c_short
§bstr_cnt: c_short
§bstr_mode: c_char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for bstream
impl RefUnwindSafe for bstream
impl !Send for bstream
impl !Sync for bstream
impl Unpin for bstream
impl UnwindSafe for bstream
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