#[repr(C)]pub struct _Property {
pub type_: fc2PropertyType,
pub present: BOOL,
pub absControl: BOOL,
pub onePush: BOOL,
pub onOff: BOOL,
pub autoManualMode: BOOL,
pub valueA: c_uint,
pub valueB: c_uint,
pub absValue: f32,
pub reserved: [c_uint; 8],
}Fields§
§type_: fc2PropertyType§present: BOOL§absControl: BOOL§onePush: BOOL§onOff: BOOL§autoManualMode: BOOL§valueA: c_uint§valueB: c_uint§absValue: f32§reserved: [c_uint; 8]Trait Implementations§
impl Copy for _Property
Auto Trait Implementations§
impl Freeze for _Property
impl RefUnwindSafe for _Property
impl Send for _Property
impl Sync for _Property
impl Unpin for _Property
impl UnwindSafe for _Property
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