#[repr(C)]pub struct LSA_ADT_STRING_LIST {
pub cStrings: ULONG,
pub String: PLSA_ADT_STRING_LIST_ENTRY,
}
Fields§
§cStrings: ULONG
§String: PLSA_ADT_STRING_LIST_ENTRY
Trait Implementations§
Source§impl Clone for LSA_ADT_STRING_LIST
impl Clone for LSA_ADT_STRING_LIST
Source§fn clone(&self) -> LSA_ADT_STRING_LIST
fn clone(&self) -> LSA_ADT_STRING_LIST
Returns a duplicate 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 moreSource§impl Default for LSA_ADT_STRING_LIST
impl Default for LSA_ADT_STRING_LIST
Source§fn default() -> LSA_ADT_STRING_LIST
fn default() -> LSA_ADT_STRING_LIST
Returns the “default value” for a type. Read more
impl Copy for LSA_ADT_STRING_LIST
Auto Trait Implementations§
impl Freeze for LSA_ADT_STRING_LIST
impl RefUnwindSafe for LSA_ADT_STRING_LIST
impl !Send for LSA_ADT_STRING_LIST
impl !Sync for LSA_ADT_STRING_LIST
impl Unpin for LSA_ADT_STRING_LIST
impl UnwindSafe for LSA_ADT_STRING_LIST
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