Struct ElemBatchIO
pub struct ElemBatchIO { /* private fields */ }Expand description
The batch io element.
Implementations§
§impl ElemBatchIO
The batch io element implementation.
impl ElemBatchIO
The batch io element implementation.
pub fn new(
io_type_param: IOType,
location_param: &str,
options_param: usize,
) -> ElemBatchIO
pub fn new( io_type_param: IOType, location_param: &str, options_param: usize, ) -> ElemBatchIO
Auto Trait Implementations§
impl Freeze for ElemBatchIO
impl RefUnwindSafe for ElemBatchIO
impl Send for ElemBatchIO
impl Sync for ElemBatchIO
impl Unpin for ElemBatchIO
impl UnwindSafe for ElemBatchIO
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