#[repr(C)]pub struct _fc2GigEImageSettingsInfo {
pub maxWidth: c_uint,
pub maxHeight: c_uint,
pub offsetHStepSize: c_uint,
pub offsetVStepSize: c_uint,
pub imageHStepSize: c_uint,
pub imageVStepSize: c_uint,
pub pixelFormatBitField: c_uint,
pub vendorPixelFormatBitField: c_uint,
pub reserved: [c_uint; 16],
}Fields§
§maxWidth: c_uint§maxHeight: c_uint§offsetHStepSize: c_uint§offsetVStepSize: c_uint§imageHStepSize: c_uint§imageVStepSize: c_uint§pixelFormatBitField: c_uint§vendorPixelFormatBitField: c_uint§reserved: [c_uint; 16]Trait Implementations§
Source§impl Clone for _fc2GigEImageSettingsInfo
impl Clone for _fc2GigEImageSettingsInfo
Source§fn clone(&self) -> _fc2GigEImageSettingsInfo
fn clone(&self) -> _fc2GigEImageSettingsInfo
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 _fc2GigEImageSettingsInfo
impl Debug for _fc2GigEImageSettingsInfo
Source§impl Default for _fc2GigEImageSettingsInfo
impl Default for _fc2GigEImageSettingsInfo
impl Copy for _fc2GigEImageSettingsInfo
Auto Trait Implementations§
impl Freeze for _fc2GigEImageSettingsInfo
impl RefUnwindSafe for _fc2GigEImageSettingsInfo
impl Send for _fc2GigEImageSettingsInfo
impl Sync for _fc2GigEImageSettingsInfo
impl Unpin for _fc2GigEImageSettingsInfo
impl UnwindSafe for _fc2GigEImageSettingsInfo
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