Struct DataCallConfig
pub struct DataCallConfig {
inner: Box<CallConfigInfo>,
}Fields§
§inner: Box<CallConfigInfo>Implementations§
§impl DataCallConfig
impl DataCallConfig
pub fn builder() -> DataCallConfigBuilder<'static>
pub(crate) fn as_mut_sys_ptr(&mut self) -> *mut CallConfigInfo
Auto Trait Implementations§
impl Freeze for DataCallConfig
impl RefUnwindSafe for DataCallConfig
impl Send for DataCallConfig
impl Sync for DataCallConfig
impl Unpin for DataCallConfig
impl UnwindSafe for DataCallConfig
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