Struct DEBUG_GET_TEXT_COMPLETIONS_OUT
#[repr(C)]pub struct DEBUG_GET_TEXT_COMPLETIONS_OUT {
pub Flags: u32,
pub ReplaceIndex: u32,
pub MatchCount: u32,
pub Reserved1: u32,
pub Reserved2: [u64; 2],
}
Fields§
§Flags: u32
§ReplaceIndex: u32
§MatchCount: u32
§Reserved1: u32
§Reserved2: [u64; 2]
Trait Implementations§
§impl Clone for DEBUG_GET_TEXT_COMPLETIONS_OUT
impl Clone for DEBUG_GET_TEXT_COMPLETIONS_OUT
§fn clone(&self) -> DEBUG_GET_TEXT_COMPLETIONS_OUT
fn clone(&self) -> DEBUG_GET_TEXT_COMPLETIONS_OUT
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 DEBUG_GET_TEXT_COMPLETIONS_OUT
Auto Trait Implementations§
impl Freeze for DEBUG_GET_TEXT_COMPLETIONS_OUT
impl RefUnwindSafe for DEBUG_GET_TEXT_COMPLETIONS_OUT
impl Send for DEBUG_GET_TEXT_COMPLETIONS_OUT
impl Sync for DEBUG_GET_TEXT_COMPLETIONS_OUT
impl Unpin for DEBUG_GET_TEXT_COMPLETIONS_OUT
impl UnwindSafe for DEBUG_GET_TEXT_COMPLETIONS_OUT
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