Struct core_services::AEDesc
source · #[repr(C, packed(2))]pub struct AEDesc {
pub descriptorType: DescType,
pub dataHandle: AEDataStorage,
}Fields§
§descriptorType: DescType§dataHandle: AEDataStorageTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AEDesc
impl !Send for AEDesc
impl !Sync for AEDesc
impl Unpin for AEDesc
impl UnwindSafe for AEDesc
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