#[repr(C)]pub struct PhidgetIR_CodeInfo {Show 13 fields
pub bitCount: u32,
pub encoding: PhidgetIR_Encoding,
pub length: PhidgetIR_Length,
pub gap: u32,
pub trail: u32,
pub header: [u32; 2],
pub one: [u32; 2],
pub zero: [u32; 2],
pub repeat: [u32; 26],
pub minRepeat: u32,
pub dutyCycle: f64,
pub carrierFrequency: u32,
pub toggleMask: [c_char; 33],
}
Fields§
§bitCount: u32
§encoding: PhidgetIR_Encoding
§length: PhidgetIR_Length
§gap: u32
§trail: u32
§header: [u32; 2]
§one: [u32; 2]
§zero: [u32; 2]
§repeat: [u32; 26]
§minRepeat: u32
§dutyCycle: f64
§carrierFrequency: u32
§toggleMask: [c_char; 33]
Trait Implementations§
Source§impl Clone for PhidgetIR_CodeInfo
impl Clone for PhidgetIR_CodeInfo
Source§fn clone(&self) -> PhidgetIR_CodeInfo
fn clone(&self) -> PhidgetIR_CodeInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PhidgetIR_CodeInfo
impl Debug for PhidgetIR_CodeInfo
impl Copy for PhidgetIR_CodeInfo
Auto Trait Implementations§
impl Freeze for PhidgetIR_CodeInfo
impl RefUnwindSafe for PhidgetIR_CodeInfo
impl Send for PhidgetIR_CodeInfo
impl Sync for PhidgetIR_CodeInfo
impl Unpin for PhidgetIR_CodeInfo
impl UnwindSafe for PhidgetIR_CodeInfo
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