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