#[repr(C)]pub struct _fc2PropertyInfo {Show 15 fields
pub type_: fc2PropertyType,
pub present: BOOL,
pub autoSupported: BOOL,
pub manualSupported: BOOL,
pub onOffSupported: BOOL,
pub onePushSupported: BOOL,
pub absValSupported: BOOL,
pub readOutSupported: BOOL,
pub min: c_uint,
pub max: c_uint,
pub absMin: f32,
pub absMax: f32,
pub pUnits: [c_char; 512],
pub pUnitAbbr: [c_char; 512],
pub reserved: [c_uint; 8],
}Fields§
§type_: fc2PropertyType§present: BOOL§autoSupported: BOOL§manualSupported: BOOL§onOffSupported: BOOL§onePushSupported: BOOL§absValSupported: BOOL§readOutSupported: BOOL§min: c_uint§max: c_uint§absMin: f32§absMax: f32§pUnits: [c_char; 512]§pUnitAbbr: [c_char; 512]§reserved: [c_uint; 8]Trait Implementations§
Source§impl Clone for _fc2PropertyInfo
impl Clone for _fc2PropertyInfo
Source§impl Default for _fc2PropertyInfo
impl Default for _fc2PropertyInfo
impl Copy for _fc2PropertyInfo
Auto Trait Implementations§
impl Freeze for _fc2PropertyInfo
impl RefUnwindSafe for _fc2PropertyInfo
impl Send for _fc2PropertyInfo
impl Sync for _fc2PropertyInfo
impl Unpin for _fc2PropertyInfo
impl UnwindSafe for _fc2PropertyInfo
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