#[repr(C)]pub struct SPVTEXTFRAG {
pub pNext: *mut SPVTEXTFRAG,
pub State: SPVSTATE,
pub pTextStart: LPCWSTR,
pub ulTextLen: ULONG,
pub ulTextSrcOffset: ULONG,
}
Fields§
§pNext: *mut SPVTEXTFRAG
§State: SPVSTATE
§pTextStart: LPCWSTR
§ulTextLen: ULONG
§ulTextSrcOffset: ULONG
Trait Implementations§
Source§impl Clone for SPVTEXTFRAG
impl Clone for SPVTEXTFRAG
Source§fn clone(&self) -> SPVTEXTFRAG
fn clone(&self) -> SPVTEXTFRAG
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 Default for SPVTEXTFRAG
impl Default for SPVTEXTFRAG
Source§fn default() -> SPVTEXTFRAG
fn default() -> SPVTEXTFRAG
Returns the “default value” for a type. Read more
impl Copy for SPVTEXTFRAG
Auto Trait Implementations§
impl Freeze for SPVTEXTFRAG
impl RefUnwindSafe for SPVTEXTFRAG
impl !Send for SPVTEXTFRAG
impl !Sync for SPVTEXTFRAG
impl Unpin for SPVTEXTFRAG
impl UnwindSafe for SPVTEXTFRAG
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