pub trait Off64AsyncWriteMutInt: Off64AsyncWriteMut {
Show 62 methods
// Provided methods
fn write_i8_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i8,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u8_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u8,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i16_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i16,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i16_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i16,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u16_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u16,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u16_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u16,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i24_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i32,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i24_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i32,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u24_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u32,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u24_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u32,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i32_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i32,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i32_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i32,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u32_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u32,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u32_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u32,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i40_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i40_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u40_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u40_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i48_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i48_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u48_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u48_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i56_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i56_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u56_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u56_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i64_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i64_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u64_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u64_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i72_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i72_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u72_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u72_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i80_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i80_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u80_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u80_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i88_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i88_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u88_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u88_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i96_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i96_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u96_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u96_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i104_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i104_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u104_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u104_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i112_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i112_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u112_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u112_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i120_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i120_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u120_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u120_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i128_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_i128_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u128_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
fn write_u128_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: Send + 'async_trait,
'life0: 'async_trait { ... }
}Provided Methods§
fn write_i8_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i8,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u8_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u8,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i16_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i16,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i16_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i16,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u16_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u16,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u16_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u16,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i24_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i32,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i24_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i32,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u24_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u32,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u24_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u32,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i32_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i32,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i32_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i32,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u32_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u32,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u32_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u32,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i40_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i40_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u40_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u40_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i48_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i48_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u48_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u48_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i56_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i56_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u56_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u56_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i64_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i64_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u64_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u64_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u64,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i72_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i72_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u72_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u72_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i80_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i80_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u80_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u80_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i88_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i88_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u88_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u88_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i96_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i96_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u96_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u96_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i104_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i104_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u104_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u104_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i112_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i112_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u112_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u112_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i120_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i120_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u120_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u120_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i128_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_i128_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: i128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u128_be_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
fn write_u128_le_at<'life0, 'async_trait>(
&'life0 mut self,
offset: u64,
value: u128,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: Send + 'async_trait,
'life0: 'async_trait,
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".