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