Struct IMEDP
#[repr(C, packed(1))]pub struct IMEDP {
pub wrdModifier: IMEWRD,
pub wrdModifiee: IMEWRD,
pub relID: IMEREL,
}
Fields§
§wrdModifier: IMEWRD
§wrdModifiee: IMEWRD
§relID: IMEREL
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IMEDP
impl RefUnwindSafe for IMEDP
impl !Send for IMEDP
impl !Sync for IMEDP
impl Unpin for IMEDP
impl UnwindSafe for IMEDP
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