Struct DataCall
#[repr(transparent)]pub struct DataCall(DataCall);Tuple Fields§
§0: DataCallImplementations§
§impl DataCall
impl DataCall
pub const fn new() -> Self
pub const fn new() -> Self
Creates a new data call with default values.
See the builder methods on DataCallBuilder for details on the
default values.
fn as_mut_ptr(&mut self) -> *mut DataCall
pub const fn builder() -> DataCallBuilder
pub const fn builder() -> DataCallBuilder
Returns a builder for constructing a data call.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataCall
impl RefUnwindSafe for DataCall
impl Send for DataCall
impl Sync for DataCall
impl Unpin for DataCall
impl UnwindSafe for DataCall
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