Struct LVINSERTMARK
#[repr(C)]pub struct LVINSERTMARK {
pub cbSize: u32,
pub dwFlags: u32,
pub iItem: i32,
pub dwReserved: u32,
}
Fields§
§cbSize: u32
§dwFlags: u32
§iItem: i32
§dwReserved: u32
Trait Implementations§
§impl Clone for LVINSERTMARK
impl Clone for LVINSERTMARK
§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 moreimpl 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