#[repr(C)]pub struct VSLDeviceList {
pub devices: *mut VSLDevice,
pub count: usize,
}Expand description
List of discovered V4L2 devices
Fields§
§devices: *mut VSLDevice< Array of devices
count: usize< Number of devices
Trait Implementations§
Source§impl Clone for VSLDeviceList
impl Clone for VSLDeviceList
Source§fn clone(&self) -> VSLDeviceList
fn clone(&self) -> VSLDeviceList
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 VSLDeviceList
impl Debug for VSLDeviceList
impl Copy for VSLDeviceList
Auto Trait Implementations§
impl Freeze for VSLDeviceList
impl RefUnwindSafe for VSLDeviceList
impl !Send for VSLDeviceList
impl !Sync for VSLDeviceList
impl Unpin for VSLDeviceList
impl UnwindSafe for VSLDeviceList
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