#[repr(C)]pub struct ExternalScannerState {
pub c2rust_unnamed: LongShortData,
pub length: c_uint,
}
Fields§
§c2rust_unnamed: LongShortData
§length: c_uint
Trait Implementations§
Source§impl Clone for ExternalScannerState
impl Clone for ExternalScannerState
Source§fn clone(&self) -> ExternalScannerState
fn clone(&self) -> ExternalScannerState
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 moreimpl Copy for ExternalScannerState
Auto Trait Implementations§
impl Freeze for ExternalScannerState
impl RefUnwindSafe for ExternalScannerState
impl !Send for ExternalScannerState
impl !Sync for ExternalScannerState
impl Unpin for ExternalScannerState
impl UnwindSafe for ExternalScannerState
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