#[repr(C)]pub struct TBINSERTMARK {
pub iButton: i32,
pub dwFlags: TBINSERTMARK_FLAGS,
}
Fields§
§iButton: i32
§dwFlags: TBINSERTMARK_FLAGS
Trait Implementations§
Source§impl Clone for TBINSERTMARK
impl Clone for TBINSERTMARK
Source§fn clone(&self) -> TBINSERTMARK
fn clone(&self) -> TBINSERTMARK
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 Debug for TBINSERTMARK
impl Debug for TBINSERTMARK
Source§impl Default for TBINSERTMARK
impl Default for TBINSERTMARK
Source§impl PartialEq for TBINSERTMARK
impl PartialEq for TBINSERTMARK
impl Copy for TBINSERTMARK
impl Eq for TBINSERTMARK
Auto Trait Implementations§
impl Freeze for TBINSERTMARK
impl RefUnwindSafe for TBINSERTMARK
impl Send for TBINSERTMARK
impl Sync for TBINSERTMARK
impl Unpin for TBINSERTMARK
impl UnwindSafe for TBINSERTMARK
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