Struct HD_TEXTFILTERA
#[repr(C)]pub struct HD_TEXTFILTERA {
pub pszText: PSTR,
pub cchTextMax: i32,
}
Fields§
§pszText: PSTR
§cchTextMax: i32
Trait Implementations§
§impl Clone for HD_TEXTFILTERA
impl Clone for HD_TEXTFILTERA
§fn clone(&self) -> HD_TEXTFILTERA
fn clone(&self) -> HD_TEXTFILTERA
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 HD_TEXTFILTERA
impl Debug for HD_TEXTFILTERA
§impl Default for HD_TEXTFILTERA
impl Default for HD_TEXTFILTERA
§impl PartialEq for HD_TEXTFILTERA
impl PartialEq for HD_TEXTFILTERA
impl Copy for HD_TEXTFILTERA
impl StructuralPartialEq for HD_TEXTFILTERA
Auto Trait Implementations§
impl Freeze for HD_TEXTFILTERA
impl RefUnwindSafe for HD_TEXTFILTERA
impl !Send for HD_TEXTFILTERA
impl !Sync for HD_TEXTFILTERA
impl Unpin for HD_TEXTFILTERA
impl UnwindSafe for HD_TEXTFILTERA
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