#[repr(C)]pub struct ExternalScannerState {
pub c2rust_unnamed: LongShortData,
pub length: u32,
}
Fields§
§c2rust_unnamed: LongShortData
§length: u32
Trait Implementations§
Source§impl Clone for ExternalScannerState
impl Clone for ExternalScannerState
Source§fn clone(&self) -> ExternalScannerState
fn clone(&self) -> ExternalScannerState
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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