#[repr(C)]pub struct _fc2GigEImageSettings {
pub offsetX: c_uint,
pub offsetY: c_uint,
pub width: c_uint,
pub height: c_uint,
pub pixelFormat: fc2PixelFormat,
pub reserved: [c_uint; 8],
}Fields§
§offsetX: c_uint§offsetY: c_uint§width: c_uint§height: c_uint§pixelFormat: fc2PixelFormat§reserved: [c_uint; 8]Trait Implementations§
Source§impl Clone for _fc2GigEImageSettings
impl Clone for _fc2GigEImageSettings
Source§fn clone(&self) -> _fc2GigEImageSettings
fn clone(&self) -> _fc2GigEImageSettings
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 _fc2GigEImageSettings
impl Debug for _fc2GigEImageSettings
Source§impl Default for _fc2GigEImageSettings
impl Default for _fc2GigEImageSettings
impl Copy for _fc2GigEImageSettings
Auto Trait Implementations§
impl Freeze for _fc2GigEImageSettings
impl RefUnwindSafe for _fc2GigEImageSettings
impl Send for _fc2GigEImageSettings
impl Sync for _fc2GigEImageSettings
impl Unpin for _fc2GigEImageSettings
impl UnwindSafe for _fc2GigEImageSettings
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