Struct DS_SELECTION_LIST
#[repr(C)]pub struct DS_SELECTION_LIST {
pub cItems: u32,
pub cFetchedAttributes: u32,
pub aDsSelection: [DS_SELECTION; 1],
}
Fields§
§cItems: u32
§cFetchedAttributes: u32
§aDsSelection: [DS_SELECTION; 1]
Trait Implementations§
§impl Clone for DS_SELECTION_LIST
impl Clone for DS_SELECTION_LIST
§fn clone(&self) -> DS_SELECTION_LIST
fn clone(&self) -> DS_SELECTION_LIST
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 DS_SELECTION_LIST
Auto Trait Implementations§
impl Freeze for DS_SELECTION_LIST
impl RefUnwindSafe for DS_SELECTION_LIST
impl !Send for DS_SELECTION_LIST
impl !Sync for DS_SELECTION_LIST
impl Unpin for DS_SELECTION_LIST
impl UnwindSafe for DS_SELECTION_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