Struct WSMAN_SELECTOR_SET
#[repr(C)]pub struct WSMAN_SELECTOR_SET {
pub numberKeys: u32,
pub keys: *mut WSMAN_KEY,
}
Fields§
§numberKeys: u32
§keys: *mut WSMAN_KEY
Trait Implementations§
§impl Clone for WSMAN_SELECTOR_SET
impl Clone for WSMAN_SELECTOR_SET
§fn clone(&self) -> WSMAN_SELECTOR_SET
fn clone(&self) -> WSMAN_SELECTOR_SET
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 WSMAN_SELECTOR_SET
Auto Trait Implementations§
impl Freeze for WSMAN_SELECTOR_SET
impl RefUnwindSafe for WSMAN_SELECTOR_SET
impl !Send for WSMAN_SELECTOR_SET
impl !Sync for WSMAN_SELECTOR_SET
impl Unpin for WSMAN_SELECTOR_SET
impl UnwindSafe for WSMAN_SELECTOR_SET
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