#[repr(C)]pub struct _fc2GigEProperty {
pub propType: fc2GigEPropertyType,
pub isReadable: BOOL,
pub isWritable: BOOL,
pub min: c_uint,
pub max: c_uint,
pub value: c_uint,
pub reserved: [c_uint; 8],
}Fields§
§propType: fc2GigEPropertyType§isReadable: BOOL§isWritable: BOOL§min: c_uint§max: c_uint§value: c_uint§reserved: [c_uint; 8]Trait Implementations§
Source§impl Clone for _fc2GigEProperty
impl Clone for _fc2GigEProperty
Source§fn clone(&self) -> _fc2GigEProperty
fn clone(&self) -> _fc2GigEProperty
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 _fc2GigEProperty
impl Debug for _fc2GigEProperty
Source§impl Default for _fc2GigEProperty
impl Default for _fc2GigEProperty
impl Copy for _fc2GigEProperty
Auto Trait Implementations§
impl Freeze for _fc2GigEProperty
impl RefUnwindSafe for _fc2GigEProperty
impl Send for _fc2GigEProperty
impl Sync for _fc2GigEProperty
impl Unpin for _fc2GigEProperty
impl UnwindSafe for _fc2GigEProperty
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