#[repr(C)]pub struct MIR_str {
pub len: usize,
pub s: *const c_char,
}Fields§
§len: usize§s: *const c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for MIR_str
impl RefUnwindSafe for MIR_str
impl !Send for MIR_str
impl !Sync for MIR_str
impl Unpin for MIR_str
impl UnwindSafe for MIR_str
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