#[repr(C)]pub struct LVINSERTMARK {
pub cbSize: UINT,
pub dwFlags: DWORD,
pub iItem: c_int,
pub dwReserved: DWORD,
}
Fields§
§cbSize: UINT
§dwFlags: DWORD
§iItem: c_int
§dwReserved: DWORD
Trait Implementations§
Source§impl Clone for LVINSERTMARK
impl Clone for LVINSERTMARK
Source§fn clone(&self) -> LVINSERTMARK
fn clone(&self) -> LVINSERTMARK
Returns a copy 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 Default for LVINSERTMARK
impl Default for LVINSERTMARK
Source§fn default() -> LVINSERTMARK
fn default() -> LVINSERTMARK
Returns the “default value” for a type. Read more
impl Copy for LVINSERTMARK
Auto Trait Implementations§
impl Freeze for LVINSERTMARK
impl RefUnwindSafe for LVINSERTMARK
impl Send for LVINSERTMARK
impl Sync for LVINSERTMARK
impl Unpin for LVINSERTMARK
impl UnwindSafe for LVINSERTMARK
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