#[repr(C)]pub struct stringRouter {
pub name: *const c_char,
pub readString: *const c_char,
pub writeString: *mut c_char,
pub currentPosition: size_t,
pub maximumPosition: size_t,
pub readWriteType: c_int,
pub next: *mut StringRouter,
}Fields§
§name: *const c_char§readString: *const c_char§writeString: *mut c_char§currentPosition: size_t§maximumPosition: size_t§readWriteType: c_int§next: *mut StringRouterTrait Implementations§
Source§impl Clone for stringRouter
impl Clone for stringRouter
Source§fn clone(&self) -> stringRouter
fn clone(&self) -> stringRouter
Returns a copy 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 moreSource§impl Debug for stringRouter
impl Debug for stringRouter
Source§impl Default for stringRouter
impl Default for stringRouter
impl Copy for stringRouter
Auto Trait Implementations§
impl Freeze for stringRouter
impl RefUnwindSafe for stringRouter
impl !Send for stringRouter
impl !Sync for stringRouter
impl Unpin for stringRouter
impl UnwindSafe for stringRouter
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