Struct DISCDLGSTRUCTA
#[repr(C)]pub struct DISCDLGSTRUCTA {
pub cbStructure: u32,
pub hwndOwner: HWND,
pub lpLocalName: PSTR,
pub lpRemoteName: PSTR,
pub dwFlags: DISCDLGSTRUCT_FLAGS,
}Fields§
§cbStructure: u32§hwndOwner: HWND§lpLocalName: PSTR§lpRemoteName: PSTR§dwFlags: DISCDLGSTRUCT_FLAGSTrait Implementations§
§impl Clone for DISCDLGSTRUCTA
impl Clone for DISCDLGSTRUCTA
§fn clone(&self) -> DISCDLGSTRUCTA
fn clone(&self) -> DISCDLGSTRUCTA
Returns a duplicate 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 Default for DISCDLGSTRUCTA
impl Default for DISCDLGSTRUCTA
impl Copy for DISCDLGSTRUCTA
Auto Trait Implementations§
impl Freeze for DISCDLGSTRUCTA
impl RefUnwindSafe for DISCDLGSTRUCTA
impl !Send for DISCDLGSTRUCTA
impl !Sync for DISCDLGSTRUCTA
impl Unpin for DISCDLGSTRUCTA
impl UnwindSafe for DISCDLGSTRUCTA
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