pub struct LimitText {
pub max: Option<u32>,
}Available on crate feature
user only.Expand description
EM_LIMITTEXT
message parameters.
Return type: ().
Fields§
§max: Option<u32>Trait Implementations§
source§impl MsgSend for LimitText
impl MsgSend for LimitText
source§fn convert_ret(&self, _: isize) -> Self::RetType
fn convert_ret(&self, _: isize) -> Self::RetType
Converts the generic
isize return value to the specific type returned
by the message.source§fn as_generic_wm(&mut self) -> WndMsg
fn as_generic_wm(&mut self) -> WndMsg
Converts the specific message parameters struct into the generic
WndMsg message struct.