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