Struct WSManSessionFlags
#[repr(transparent)]pub struct WSManSessionFlags(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for WSManSessionFlags
impl Clone for WSManSessionFlags
§fn clone(&self) -> WSManSessionFlags
fn clone(&self) -> WSManSessionFlags
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 more§impl Debug for WSManSessionFlags
impl Debug for WSManSessionFlags
§impl Default for WSManSessionFlags
impl Default for WSManSessionFlags
§fn default() -> WSManSessionFlags
fn default() -> WSManSessionFlags
Returns the “default value” for a type. Read more
§impl PartialEq for WSManSessionFlags
impl PartialEq for WSManSessionFlags
impl Copy for WSManSessionFlags
impl Eq for WSManSessionFlags
impl StructuralPartialEq for WSManSessionFlags
Auto Trait Implementations§
impl Freeze for WSManSessionFlags
impl RefUnwindSafe for WSManSessionFlags
impl Send for WSManSessionFlags
impl Sync for WSManSessionFlags
impl Unpin for WSManSessionFlags
impl UnwindSafe for WSManSessionFlags
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