#[repr(C)]pub struct BMTxTaskIncIdPattern {
pub min: u32,
pub max: u32,
pub step: u32,
}Fields§
§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 BMTxTaskIncIdPattern
impl RefUnwindSafe for BMTxTaskIncIdPattern
impl Send for BMTxTaskIncIdPattern
impl Sync for BMTxTaskIncIdPattern
impl Unpin for BMTxTaskIncIdPattern
impl UnwindSafe for BMTxTaskIncIdPattern
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