pub struct SetColumnWidth {
pub index: u32,
pub width: u32,
}Expand description
LVM_SETCOLUMNWIDTH
message parameters.
Return type: SysResult<()>.
Fields§
§index: u32§width: u32Trait Implementations§
Source§impl MsgSend for SetColumnWidth
impl MsgSend for SetColumnWidth
Source§unsafe fn isize_to_ret(&self, v: isize) -> Self::RetType
unsafe fn isize_to_ret(&self, v: isize) -> Self::RetType
Unmarshaling method which converts the generic
isize return value to
the specific type returned by the message. Read moreSource§fn as_generic_wm(&mut self) -> WndMsg
fn as_generic_wm(&mut self) -> WndMsg
Marshaling method which converts the specific message parameters struct
into the generic
WndMsg message struct.Auto Trait Implementations§
impl Freeze for SetColumnWidth
impl RefUnwindSafe for SetColumnWidth
impl Send for SetColumnWidth
impl Sync for SetColumnWidth
impl Unpin for SetColumnWidth
impl UnwindSafe for SetColumnWidth
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