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