#[repr(C)]pub struct BIT_CStream_t {
pub bitContainer: usize,
pub bitPos: c_uint,
pub startPtr: *mut c_char,
pub ptr: *mut c_char,
pub endPtr: *mut c_char,
}Fields§
§bitContainer: usize§bitPos: c_uint§startPtr: *mut c_char§ptr: *mut c_char§endPtr: *mut c_charTrait Implementations§
Source§impl Clone for BIT_CStream_t
impl Clone for BIT_CStream_t
Source§fn clone(&self) -> BIT_CStream_t
fn clone(&self) -> BIT_CStream_t
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 BIT_CStream_t
impl Debug for BIT_CStream_t
impl Copy for BIT_CStream_t
Auto Trait Implementations§
impl Freeze for BIT_CStream_t
impl RefUnwindSafe for BIT_CStream_t
impl !Send for BIT_CStream_t
impl !Sync for BIT_CStream_t
impl Unpin for BIT_CStream_t
impl UnwindSafe for BIT_CStream_t
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