Struct clips_sys::routerData
source · #[repr(C)]pub struct routerData {
pub CommandBufferInputCount: usize,
pub InputUngets: usize,
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: usizeInputUngets: usizeAwaitingInput: boolLineCountRouter: *const c_charFastCharGetRouter: *const c_charFastCharGetString: *const c_charFastCharGetIndex: c_longListOfRouters: *mut routerFastLoadFilePtr: *mut FILEFastSaveFilePtr: *mut FILEAbort: boolTrait Implementations
sourceimpl Clone for routerData
impl Clone for routerData
sourcefn clone(&self) -> routerData
fn clone(&self) -> routerData
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 routerData
impl Debug for routerData
sourceimpl Default for routerData
impl Default for routerData
impl Copy for routerData
Auto Trait Implementations
impl RefUnwindSafe for routerData
impl !Send for routerData
impl !Sync for routerData
impl Unpin for routerData
impl UnwindSafe for routerData
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