#[repr(C)]pub struct Scan_ScannerOptions {
pub titles: *mut *mut c_char,
pub descriptions: *mut *mut c_char,
pub ranges: *mut *mut c_char,
pub optionCount: i32,
}Available on crate features
scan and api-12 only.Expand description
Indicates all parameter options for one scanner.
Available since API-level: 12
Fields§
§titles: *mut *mut c_charTitle of an option.
descriptions: *mut *mut c_charDescription of an option.
ranges: *mut *mut c_charThe range that an option can be set to.
optionCount: i32Number of parameter options that can be set.
Trait Implementations§
Source§impl Clone for Scan_ScannerOptions
impl Clone for Scan_ScannerOptions
Source§fn clone(&self) -> Scan_ScannerOptions
fn clone(&self) -> Scan_ScannerOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Scan_ScannerOptions
impl Debug for Scan_ScannerOptions
impl Copy for Scan_ScannerOptions
Auto Trait Implementations§
impl Freeze for Scan_ScannerOptions
impl RefUnwindSafe for Scan_ScannerOptions
impl !Send for Scan_ScannerOptions
impl !Sync for Scan_ScannerOptions
impl Unpin for Scan_ScannerOptions
impl UnsafeUnpin for Scan_ScannerOptions
impl UnwindSafe for Scan_ScannerOptions
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