#[repr(C)]pub struct _quickSpinTLSystem {Show 25 fields
pub TLID: quickSpinStringNode,
pub TLVendorName: quickSpinStringNode,
pub TLModelName: quickSpinStringNode,
pub TLVersion: quickSpinStringNode,
pub TLFileName: quickSpinStringNode,
pub TLDisplayName: quickSpinStringNode,
pub TLPath: quickSpinStringNode,
pub TLType: quickSpinEnumerationNode,
pub GenTLVersionMajor: quickSpinIntegerNode,
pub GenTLVersionMinor: quickSpinIntegerNode,
pub GenTLSFNCVersionMajor: quickSpinIntegerNode,
pub GenTLSFNCVersionMinor: quickSpinIntegerNode,
pub GenTLSFNCVersionSubMinor: quickSpinIntegerNode,
pub GevVersionMajor: quickSpinIntegerNode,
pub GevVersionMinor: quickSpinIntegerNode,
pub InterfaceUpdateList: quickSpinCommandNode,
pub InterfaceSelector: quickSpinIntegerNode,
pub InterfaceID: quickSpinStringNode,
pub InterfaceDisplayName: quickSpinStringNode,
pub GevInterfaceMACAddress: quickSpinIntegerNode,
pub GevInterfaceDefaultIPAddress: quickSpinIntegerNode,
pub GevInterfaceDefaultSubnetMask: quickSpinIntegerNode,
pub GevInterfaceDefaultGateway: quickSpinIntegerNode,
pub EnumerateGEVInterfaces: quickSpinBooleanNode,
pub EnumerateUSBInterfaces: quickSpinBooleanNode,
}Fields§
§TLID: quickSpinStringNode§TLVendorName: quickSpinStringNode§TLModelName: quickSpinStringNode§TLVersion: quickSpinStringNode§TLFileName: quickSpinStringNode§TLDisplayName: quickSpinStringNode§TLPath: quickSpinStringNode§TLType: quickSpinEnumerationNode§GenTLVersionMajor: quickSpinIntegerNode§GenTLVersionMinor: quickSpinIntegerNode§GenTLSFNCVersionMajor: quickSpinIntegerNode§GenTLSFNCVersionMinor: quickSpinIntegerNode§GenTLSFNCVersionSubMinor: quickSpinIntegerNode§GevVersionMajor: quickSpinIntegerNode§GevVersionMinor: quickSpinIntegerNode§InterfaceUpdateList: quickSpinCommandNode§InterfaceSelector: quickSpinIntegerNode§InterfaceID: quickSpinStringNode§InterfaceDisplayName: quickSpinStringNode§GevInterfaceMACAddress: quickSpinIntegerNode§GevInterfaceDefaultIPAddress: quickSpinIntegerNode§GevInterfaceDefaultSubnetMask: quickSpinIntegerNode§GevInterfaceDefaultGateway: quickSpinIntegerNode§EnumerateGEVInterfaces: quickSpinBooleanNode§EnumerateUSBInterfaces: quickSpinBooleanNodeTrait Implementations§
Source§impl Clone for _quickSpinTLSystem
impl Clone for _quickSpinTLSystem
Source§fn clone(&self) -> _quickSpinTLSystem
fn clone(&self) -> _quickSpinTLSystem
Returns a duplicate 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 _quickSpinTLSystem
impl Debug for _quickSpinTLSystem
impl Copy for _quickSpinTLSystem
Auto Trait Implementations§
impl Freeze for _quickSpinTLSystem
impl RefUnwindSafe for _quickSpinTLSystem
impl !Send for _quickSpinTLSystem
impl !Sync for _quickSpinTLSystem
impl Unpin for _quickSpinTLSystem
impl UnwindSafe for _quickSpinTLSystem
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