#[repr(C)]pub struct TSStringInput {
pub string: *const c_char,
pub length: u32,
}
Fields§
§string: *const c_char
§length: u32
Trait Implementations§
Source§impl Clone for TSStringInput
impl Clone for TSStringInput
Source§fn clone(&self) -> TSStringInput
fn clone(&self) -> TSStringInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for TSStringInput
Auto Trait Implementations§
impl Freeze for TSStringInput
impl RefUnwindSafe for TSStringInput
impl !Send for TSStringInput
impl !Sync for TSStringInput
impl Unpin for TSStringInput
impl UnwindSafe for TSStringInput
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