#[repr(C)]pub struct nk_str {
pub buffer: nk_buffer,
pub len: c_int,
}Fields§
§buffer: nk_buffer§len: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for nk_str
impl RefUnwindSafe for nk_str
impl !Send for nk_str
impl !Sync for nk_str
impl Unpin for nk_str
impl UnwindSafe for nk_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