#[repr(C)]pub struct TCBITSTRM {
pub sp: *mut u8,
pub cp: *mut u8,
pub idx: c_int,
pub size: c_int,
}Expand description
bit operation utilities
Fields§
§sp: *mut u8§cp: *mut u8§idx: c_int§size: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for TCBITSTRM
impl RefUnwindSafe for TCBITSTRM
impl !Send for TCBITSTRM
impl !Sync for TCBITSTRM
impl Unpin for TCBITSTRM
impl UnwindSafe for TCBITSTRM
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