#[repr(C, packed(2))]pub struct TextInputMsg {
pub tim_Length: ULONG,
pub tim_Action: LONG,
pub tim_Prompt: STRPTR,
}Fields§
§tim_Length: ULONG§tim_Action: LONG§tim_Prompt: STRPTRTrait Implementations§
Source§impl Clone for TextInputMsg
impl Clone for TextInputMsg
Source§fn clone(&self) -> TextInputMsg
fn clone(&self) -> TextInputMsg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TextInputMsg
impl Debug for TextInputMsg
impl Copy for TextInputMsg
Auto Trait Implementations§
impl Freeze for TextInputMsg
impl RefUnwindSafe for TextInputMsg
impl !Send for TextInputMsg
impl !Sync for TextInputMsg
impl Unpin for TextInputMsg
impl UnwindSafe for TextInputMsg
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