Struct MAPIUID
#[repr(C)]pub struct MAPIUID {
pub ab: [u8; 16],
}
Fields§
§ab: [u8; 16]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MAPIUID
impl RefUnwindSafe for MAPIUID
impl Send for MAPIUID
impl Sync for MAPIUID
impl Unpin for MAPIUID
impl UnwindSafe for MAPIUID
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