Struct windows_sys::Win32::System::Search::DBVARYCHAR
[−]Expand description
Required features: "Win32_System_Search"
Fields
len: i16
str: [i8; 8001]
Trait Implementations
impl Clone for DBVARYCHAR
impl Clone for DBVARYCHAR
impl Copy for DBVARYCHAR
Auto Trait Implementations
impl RefUnwindSafe for DBVARYCHAR
impl Send for DBVARYCHAR
impl Sync for DBVARYCHAR
impl Unpin for DBVARYCHAR
impl UnwindSafe for DBVARYCHAR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more