Struct TBINSERTMARK
#[repr(C)]pub struct TBINSERTMARK {
pub iButton: i32,
pub dwFlags: TBINSERTMARK_FLAGS,
}
Fields§
§iButton: i32
§dwFlags: TBINSERTMARK_FLAGS
Trait Implementations§
§impl Clone for TBINSERTMARK
impl Clone for TBINSERTMARK
§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 more§impl Debug for TBINSERTMARK
impl Debug for TBINSERTMARK
§impl Default for TBINSERTMARK
impl Default for TBINSERTMARK
§impl PartialEq for TBINSERTMARK
impl PartialEq for TBINSERTMARK
impl Copy for TBINSERTMARK
impl StructuralPartialEq 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