#[repr(C)]pub struct _BIDI_RESPONSE_DATA {
pub dwResult: DWORD,
pub dwReqNumber: DWORD,
pub pSchema: LPWSTR,
pub data: BIDI_DATA,
}
Fields§
§dwResult: DWORD
§dwReqNumber: DWORD
§pSchema: LPWSTR
§data: BIDI_DATA
Trait Implementations§
Source§impl Clone for _BIDI_RESPONSE_DATA
impl Clone for _BIDI_RESPONSE_DATA
Source§fn clone(&self) -> _BIDI_RESPONSE_DATA
fn clone(&self) -> _BIDI_RESPONSE_DATA
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 _BIDI_RESPONSE_DATA
Auto Trait Implementations§
impl Freeze for _BIDI_RESPONSE_DATA
impl RefUnwindSafe for _BIDI_RESPONSE_DATA
impl !Send for _BIDI_RESPONSE_DATA
impl !Sync for _BIDI_RESPONSE_DATA
impl Unpin for _BIDI_RESPONSE_DATA
impl UnwindSafe for _BIDI_RESPONSE_DATA
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