#[repr(C)]pub struct CcapDeviceNamesList {
pub deviceNames: [[c_char; 128]; 32],
pub deviceCount: usize,
}Expand description
@brief Device names list structure
Fields§
§deviceNames: [[c_char; 128]; 32]< Array of device names
deviceCount: usize< Number of devices found
Trait Implementations§
Source§impl Clone for CcapDeviceNamesList
impl Clone for CcapDeviceNamesList
Source§fn clone(&self) -> CcapDeviceNamesList
fn clone(&self) -> CcapDeviceNamesList
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 CcapDeviceNamesList
impl Debug for CcapDeviceNamesList
Source§impl Default for CcapDeviceNamesList
impl Default for CcapDeviceNamesList
Source§impl PartialEq for CcapDeviceNamesList
impl PartialEq for CcapDeviceNamesList
impl Copy for CcapDeviceNamesList
impl Eq for CcapDeviceNamesList
impl StructuralPartialEq for CcapDeviceNamesList
Auto Trait Implementations§
impl Freeze for CcapDeviceNamesList
impl RefUnwindSafe for CcapDeviceNamesList
impl Send for CcapDeviceNamesList
impl Sync for CcapDeviceNamesList
impl Unpin for CcapDeviceNamesList
impl UnsafeUnpin for CcapDeviceNamesList
impl UnwindSafe for CcapDeviceNamesList
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