Struct rust_htslib::htslib::kstring_t
source · #[repr(C)]pub struct kstring_t {
pub l: u64,
pub m: u64,
pub s: *mut i8,
}
Fields§
§l: u64
§m: u64
§s: *mut i8
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for kstring_t
impl !Send for kstring_t
impl !Sync for kstring_t
impl Unpin for kstring_t
impl UnwindSafe for kstring_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