Struct DataCallDefaultProfile
#[repr(C)]pub struct DataCallDefaultProfile {
pub profile_idx: c_char,
}Fields§
§profile_idx: c_charAuto Trait Implementations§
impl Freeze for DataCallDefaultProfile
impl RefUnwindSafe for DataCallDefaultProfile
impl Send for DataCallDefaultProfile
impl Sync for DataCallDefaultProfile
impl Unpin for DataCallDefaultProfile
impl UnwindSafe for DataCallDefaultProfile
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