#[repr(transparent)]pub struct JSLinearString {
pub(crate) _inner: c_void,
}Fields§
§_inner: c_voidAuto Trait Implementations§
impl Freeze for JSLinearString
impl RefUnwindSafe for JSLinearString
impl Send for JSLinearString
impl Sync for JSLinearString
impl Unpin for JSLinearString
impl UnsafeUnpin for JSLinearString
impl UnwindSafe for JSLinearString
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