Struct windows_sys::Win32::System::Search::TEXT_SOURCE
#[repr(C)]pub struct TEXT_SOURCE {
pub pfnFillTextBuffer: PFNFILLTEXTBUFFER,
pub awcBuffer: PCWSTR,
pub iEnd: u32,
pub iCur: u32,
}
Fields§
§pfnFillTextBuffer: PFNFILLTEXTBUFFER
§awcBuffer: PCWSTR
§iEnd: u32
§iCur: u32
Trait Implementations§
§impl Clone for TEXT_SOURCE
impl Clone for TEXT_SOURCE
§fn clone(&self) -> TEXT_SOURCE
fn clone(&self) -> TEXT_SOURCE
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 moreimpl Copy for TEXT_SOURCE
Auto Trait Implementations§
impl Freeze for TEXT_SOURCE
impl RefUnwindSafe for TEXT_SOURCE
impl !Send for TEXT_SOURCE
impl !Sync for TEXT_SOURCE
impl Unpin for TEXT_SOURCE
impl UnwindSafe for TEXT_SOURCE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)