Struct DIPROPSTRING
#[repr(C)]pub struct DIPROPSTRING {
pub diph: DIPROPHEADER,
pub wsz: [u16; 260],
}
Fields§
§diph: DIPROPHEADER
§wsz: [u16; 260]
Trait Implementations§
§impl Clone for DIPROPSTRING
impl Clone for DIPROPSTRING
§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 more§impl Debug for DIPROPSTRING
impl Debug for DIPROPSTRING
§impl Default for DIPROPSTRING
impl Default for DIPROPSTRING
§impl PartialEq for DIPROPSTRING
impl PartialEq for DIPROPSTRING
impl Copy for DIPROPSTRING
impl StructuralPartialEq 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