#[repr(C)]pub struct BMTxTaskIncDataPattern {
pub start_bit: u16,
pub nbits: u8,
pub format: u8,
pub min: u32,
pub max: u32,
pub step: u32,
}Fields§
§start_bit: u16Start bit of data increment, currently only 8-bit aligned value is accepted
nbits: u8Number of bits of data increment, currently only 32 is accepted
format: u8Number of bits of data increment, currently only 32 is accepted
min: u32Minimum value of the Increment range
max: u32Maximum value of the Increment range
step: u32Step of the Increment range
Auto Trait Implementations§
impl Freeze for BMTxTaskIncDataPattern
impl RefUnwindSafe for BMTxTaskIncDataPattern
impl Send for BMTxTaskIncDataPattern
impl Sync for BMTxTaskIncDataPattern
impl Unpin for BMTxTaskIncDataPattern
impl UnwindSafe for BMTxTaskIncDataPattern
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