#[repr(C)]pub struct fileRouter {
pub logicalName: *const c_char,
pub stream: *mut FILE,
pub next: *mut fileRouter,
}Fields§
§logicalName: *const c_char§stream: *mut FILE§next: *mut fileRouterTrait Implementations§
Source§impl Clone for fileRouter
impl Clone for fileRouter
Source§fn clone(&self) -> fileRouter
fn clone(&self) -> fileRouter
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 fileRouter
impl Debug for fileRouter
Source§impl Default for fileRouter
impl Default for fileRouter
impl Copy for fileRouter
Auto Trait Implementations§
impl Freeze for fileRouter
impl RefUnwindSafe for fileRouter
impl !Send for fileRouter
impl !Sync for fileRouter
impl Unpin for fileRouter
impl UnwindSafe for fileRouter
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