#[repr(C)]pub struct COMPOSITIONSTRING {Show 25 fields
pub dwSize: u32,
pub dwCompReadAttrLen: u32,
pub dwCompReadAttrOffset: u32,
pub dwCompReadClauseLen: u32,
pub dwCompReadClauseOffset: u32,
pub dwCompReadStrLen: u32,
pub dwCompReadStrOffset: u32,
pub dwCompAttrLen: u32,
pub dwCompAttrOffset: u32,
pub dwCompClauseLen: u32,
pub dwCompClauseOffset: u32,
pub dwCompStrLen: u32,
pub dwCompStrOffset: u32,
pub dwCursorPos: u32,
pub dwDeltaStart: u32,
pub dwResultReadClauseLen: u32,
pub dwResultReadClauseOffset: u32,
pub dwResultReadStrLen: u32,
pub dwResultReadStrOffset: u32,
pub dwResultClauseLen: u32,
pub dwResultClauseOffset: u32,
pub dwResultStrLen: u32,
pub dwResultStrOffset: u32,
pub dwPrivateSize: u32,
pub dwPrivateOffset: u32,
}Fields§
§dwSize: u32§dwCompReadAttrLen: u32§dwCompReadAttrOffset: u32§dwCompReadClauseLen: u32§dwCompReadClauseOffset: u32§dwCompReadStrLen: u32§dwCompReadStrOffset: u32§dwCompAttrLen: u32§dwCompAttrOffset: u32§dwCompClauseLen: u32§dwCompClauseOffset: u32§dwCompStrLen: u32§dwCompStrOffset: u32§dwCursorPos: u32§dwDeltaStart: u32§dwResultReadClauseLen: u32§dwResultReadClauseOffset: u32§dwResultReadStrLen: u32§dwResultReadStrOffset: u32§dwResultClauseLen: u32§dwResultClauseOffset: u32§dwResultStrLen: u32§dwResultStrOffset: u32§dwPrivateSize: u32§dwPrivateOffset: u32Trait Implementations§
Source§impl Abi for COMPOSITIONSTRING
impl Abi for COMPOSITIONSTRING
Source§type Abi = COMPOSITIONSTRING
type Abi = COMPOSITIONSTRING
The abi representation of the implementing type. Read more
type DefaultType = COMPOSITIONSTRING
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 COMPOSITIONSTRING
impl Clone for COMPOSITIONSTRING
Source§fn clone(&self) -> COMPOSITIONSTRING
fn clone(&self) -> COMPOSITIONSTRING
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 COMPOSITIONSTRING
impl Debug for COMPOSITIONSTRING
Source§impl Default for COMPOSITIONSTRING
impl Default for COMPOSITIONSTRING
Source§impl PartialEq for COMPOSITIONSTRING
impl PartialEq for COMPOSITIONSTRING
impl Copy for COMPOSITIONSTRING
impl Eq for COMPOSITIONSTRING
Auto Trait Implementations§
impl Freeze for COMPOSITIONSTRING
impl RefUnwindSafe for COMPOSITIONSTRING
impl Send for COMPOSITIONSTRING
impl Sync for COMPOSITIONSTRING
impl Unpin for COMPOSITIONSTRING
impl UnwindSafe for COMPOSITIONSTRING
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