#[repr(C)]pub struct BMTxTaskRndIdPattern {
pub min: u32,
pub max: u32,
pub seed: u32,
}Fields§
§min: u32Minimum value of the Increment range
max: u32Maximum value of the Increment range
seed: u32Seed of the Random range
Auto Trait Implementations§
impl Freeze for BMTxTaskRndIdPattern
impl RefUnwindSafe for BMTxTaskRndIdPattern
impl Send for BMTxTaskRndIdPattern
impl Sync for BMTxTaskRndIdPattern
impl Unpin for BMTxTaskRndIdPattern
impl UnwindSafe for BMTxTaskRndIdPattern
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