Struct clips_sys::stringRouter
source · #[repr(C)]pub struct stringRouter {
pub name: *const c_char,
pub readString: *const c_char,
pub writeString: *mut c_char,
pub currentPosition: usize,
pub maximumPosition: usize,
pub readWriteType: c_int,
pub next: *mut StringRouter,
}Fields
name: *const c_charreadString: *const c_charwriteString: *mut c_charcurrentPosition: usizemaximumPosition: usizereadWriteType: c_intnext: *mut StringRouterTrait Implementations
sourceimpl Clone for stringRouter
impl Clone for stringRouter
sourcefn clone(&self) -> stringRouter
fn clone(&self) -> stringRouter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for stringRouter
impl Debug for stringRouter
sourceimpl Default for stringRouter
impl Default for stringRouter
impl Copy for stringRouter
Auto Trait Implementations
impl RefUnwindSafe for stringRouter
impl !Send for stringRouter
impl !Sync for stringRouter
impl Unpin for stringRouter
impl UnwindSafe for stringRouter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more