Struct SPVTEXTFRAG
#[repr(C)]pub struct SPVTEXTFRAG {
pub pNext: *mut SPVTEXTFRAG,
pub State: SPVSTATE,
pub pTextStart: PCWSTR,
pub ulTextLen: u32,
pub ulTextSrcOffset: u32,
}
Fields§
§pNext: *mut SPVTEXTFRAG
§State: SPVSTATE
§pTextStart: PCWSTR
§ulTextLen: u32
§ulTextSrcOffset: u32
Trait Implementations§
§impl Clone for SPVTEXTFRAG
impl Clone for SPVTEXTFRAG
§fn clone(&self) -> SPVTEXTFRAG
fn clone(&self) -> SPVTEXTFRAG
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 SPVTEXTFRAG
impl Debug for SPVTEXTFRAG
§impl PartialEq for SPVTEXTFRAG
impl PartialEq for SPVTEXTFRAG
impl Copy for SPVTEXTFRAG
impl StructuralPartialEq 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