#[repr(u16)]pub enum SetCon {
ConnectString = 1,
DisconnectString = 2,
}Expand description
Connect/Disconnect String
Connects and disconnects the string.
Notes: Should reset to 0 upon completion.
Variants§
Implementations§
Trait Implementations§
impl Copy for SetCon
impl Eq for SetCon
impl StructuralPartialEq for SetCon
Auto Trait Implementations§
impl Freeze for SetCon
impl RefUnwindSafe for SetCon
impl Send for SetCon
impl Sync for SetCon
impl Unpin for SetCon
impl UnwindSafe for SetCon
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