#[repr(C)]pub struct _fc2StrobeInfo {
pub source: c_uint,
pub present: BOOL,
pub readOutSupported: BOOL,
pub onOffSupported: BOOL,
pub polaritySupported: BOOL,
pub minValue: f32,
pub maxValue: f32,
pub reserved: [c_uint; 8],
}Fields§
§source: c_uint§present: BOOL§readOutSupported: BOOL§onOffSupported: BOOL§polaritySupported: BOOL§minValue: f32§maxValue: f32§reserved: [c_uint; 8]Trait Implementations§
Source§impl Clone for _fc2StrobeInfo
impl Clone for _fc2StrobeInfo
Source§fn clone(&self) -> _fc2StrobeInfo
fn clone(&self) -> _fc2StrobeInfo
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 _fc2StrobeInfo
impl Debug for _fc2StrobeInfo
Source§impl Default for _fc2StrobeInfo
impl Default for _fc2StrobeInfo
impl Copy for _fc2StrobeInfo
Auto Trait Implementations§
impl Freeze for _fc2StrobeInfo
impl RefUnwindSafe for _fc2StrobeInfo
impl Send for _fc2StrobeInfo
impl Sync for _fc2StrobeInfo
impl Unpin for _fc2StrobeInfo
impl UnwindSafe for _fc2StrobeInfo
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