Struct v8::fast_api::FastApiOneByteString
source · #[repr(C)]pub struct FastApiOneByteString {
pub length: u32,
/* private fields */
}
Fields§
§length: u32
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FastApiOneByteString
impl !Send for FastApiOneByteString
impl !Sync for FastApiOneByteString
impl Unpin for FastApiOneByteString
impl UnwindSafe for FastApiOneByteString
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