#[repr(C, packed(2))]pub struct DTMethod {
pub dtm_Label: STRPTR,
pub dtm_Command: STRPTR,
pub dtm_Method: ULONG,
}Fields§
§dtm_Label: STRPTR§dtm_Command: STRPTR§dtm_Method: ULONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for DTMethod
impl RefUnwindSafe for DTMethod
impl !Send for DTMethod
impl !Sync for DTMethod
impl Unpin for DTMethod
impl UnwindSafe for DTMethod
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