#[repr(C)]pub struct routerData {
pub CommandBufferInputCount: size_t,
pub InputUngets: size_t,
pub AwaitingInput: bool,
pub LineCountRouter: *const c_char,
pub FastCharGetRouter: *const c_char,
pub FastCharGetString: *const c_char,
pub FastCharGetIndex: c_long,
pub ListOfRouters: *mut router,
pub FastLoadFilePtr: *mut FILE,
pub FastSaveFilePtr: *mut FILE,
pub Abort: bool,
}Fields§
§CommandBufferInputCount: size_t§InputUngets: size_t§AwaitingInput: bool§LineCountRouter: *const c_char§FastCharGetRouter: *const c_char§FastCharGetString: *const c_char§FastCharGetIndex: c_long§ListOfRouters: *mut router§FastLoadFilePtr: *mut FILE§FastSaveFilePtr: *mut FILE§Abort: boolTrait Implementations§
Source§impl Clone for routerData
impl Clone for routerData
Source§fn clone(&self) -> routerData
fn clone(&self) -> routerData
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 routerData
impl Debug for routerData
Source§impl Default for routerData
impl Default for routerData
impl Copy for routerData
Auto Trait Implementations§
impl Freeze for routerData
impl RefUnwindSafe for routerData
impl !Send for routerData
impl !Sync for routerData
impl Unpin for routerData
impl UnwindSafe for routerData
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