#[repr(C)]pub struct fz_string {
pub refs: c_int,
pub str_: [c_char; 1],
}
Fields§
§refs: c_int
§str_: [c_char; 1]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for fz_string
impl RefUnwindSafe for fz_string
impl Send for fz_string
impl Sync for fz_string
impl Unpin for fz_string
impl UnwindSafe for fz_string
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