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_FLAGS
Trait Implementations§
§impl Clone for DISCDLGSTRUCTA
impl Clone for DISCDLGSTRUCTA
§fn clone(&self) -> DISCDLGSTRUCTA
fn clone(&self) -> DISCDLGSTRUCTA
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 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