Struct rsfbclient_core::ibase::bstream
source · [−]#[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 RefUnwindSafe for bstream
impl !Send for bstream
impl !Sync for bstream
impl Unpin for bstream
impl UnwindSafe for bstream
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more