#[repr(C)]pub struct DIPROPSTRING {
pub diph: DIPROPHEADER,
pub wsz: [u16; 260],
}
Fields§
§diph: DIPROPHEADER
§wsz: [u16; 260]
Trait Implementations§
Source§impl Abi for DIPROPSTRING
impl Abi for DIPROPSTRING
Source§type Abi = DIPROPSTRING
type Abi = DIPROPSTRING
The abi representation of the implementing type. Read more
type DefaultType = DIPROPSTRING
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.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.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for DIPROPSTRING
impl Clone for DIPROPSTRING
Source§fn clone(&self) -> DIPROPSTRING
fn clone(&self) -> DIPROPSTRING
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 moreSource§impl Debug for DIPROPSTRING
impl Debug for DIPROPSTRING
Source§impl Default for DIPROPSTRING
impl Default for DIPROPSTRING
Source§impl PartialEq for DIPROPSTRING
impl PartialEq for DIPROPSTRING
impl Copy for DIPROPSTRING
impl Eq for DIPROPSTRING
Auto Trait Implementations§
impl Freeze for DIPROPSTRING
impl RefUnwindSafe for DIPROPSTRING
impl Send for DIPROPSTRING
impl Sync for DIPROPSTRING
impl Unpin for DIPROPSTRING
impl UnwindSafe for DIPROPSTRING
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