#[repr(C)]pub struct COSERVERINFO {
pub dwReserved1: u32,
pub pwszName: PWSTR,
pub pAuthInfo: *mut COAUTHINFO,
pub dwReserved2: u32,
}Fields§
§dwReserved1: u32§pwszName: PWSTR§pAuthInfo: *mut COAUTHINFO§dwReserved2: u32Trait Implementations§
Source§impl Abi for COSERVERINFO
impl Abi for COSERVERINFO
Source§type Abi = COSERVERINFO
type Abi = COSERVERINFO
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for COSERVERINFO
impl Clone for COSERVERINFO
Source§fn clone(&self) -> COSERVERINFO
fn clone(&self) -> COSERVERINFO
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 moreSource§impl Debug for COSERVERINFO
impl Debug for COSERVERINFO
Source§impl Default for COSERVERINFO
impl Default for COSERVERINFO
Source§impl PartialEq for COSERVERINFO
impl PartialEq for COSERVERINFO
impl Copy for COSERVERINFO
impl Eq for COSERVERINFO
Auto Trait Implementations§
impl Freeze for COSERVERINFO
impl RefUnwindSafe for COSERVERINFO
impl !Send for COSERVERINFO
impl !Sync for COSERVERINFO
impl Unpin for COSERVERINFO
impl UnwindSafe for COSERVERINFO
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