Struct UimAidInfoType
#[repr(C)]pub struct UimAidInfoType {
pub aid_len: u32,
pub aid: [u8; 32],
}👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
Fields§
§aid_len: u32👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
§aid: [u8; 32]👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
Auto Trait Implementations§
impl Freeze for UimAidInfoType
impl RefUnwindSafe for UimAidInfoType
impl Send for UimAidInfoType
impl Sync for UimAidInfoType
impl Unpin for UimAidInfoType
impl UnwindSafe for UimAidInfoType
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