Struct DTBLMVLISTBOX
#[repr(C)]pub struct DTBLMVLISTBOX {
pub ulFlags: u32,
pub ulMVPropTag: u32,
}
Fields§
§ulFlags: u32
§ulMVPropTag: u32
Trait Implementations§
§impl Clone for DTBLMVLISTBOX
impl Clone for DTBLMVLISTBOX
§fn clone(&self) -> DTBLMVLISTBOX
fn clone(&self) -> DTBLMVLISTBOX
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 DTBLMVLISTBOX
Auto Trait Implementations§
impl Freeze for DTBLMVLISTBOX
impl RefUnwindSafe for DTBLMVLISTBOX
impl Send for DTBLMVLISTBOX
impl Sync for DTBLMVLISTBOX
impl Unpin for DTBLMVLISTBOX
impl UnwindSafe for DTBLMVLISTBOX
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