pub struct CtrlString<V: Value<Item = EpicsString> + ?Sized> {
pub alarm: Alarm,
pub value: V,
/* private fields */
}Fields§
§alarm: Alarm§value: VTrait Implementations§
Source§impl<V: Clone + Value<Item = EpicsString> + ?Sized> Clone for CtrlString<V>
impl<V: Clone + Value<Item = EpicsString> + ?Sized> Clone for CtrlString<V>
Source§fn clone(&self) -> CtrlString<V>
fn clone(&self) -> CtrlString<V>
Returns a duplicate 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 moreSource§impl<V> Debug for CtrlString<V>
impl<V> Debug for CtrlString<V>
Source§impl<V: Value<Item = EpicsString> + ?Sized> Request for CtrlString<V>
impl<V: Value<Item = EpicsString> + ?Sized> Request for CtrlString<V>
Source§impl<V: Value<Item = EpicsString> + ?Sized> TypedRequest for CtrlString<V>
impl<V: Value<Item = EpicsString> + ?Sized> TypedRequest for CtrlString<V>
impl<V: Copy + Value<Item = EpicsString> + ?Sized> Copy for CtrlString<V>
impl<V: Value<Item = EpicsString> + ?Sized> ReadRequest for CtrlString<V>
Auto Trait Implementations§
impl<V> Freeze for CtrlString<V>
impl<V> RefUnwindSafe for CtrlString<V>where
V: RefUnwindSafe + ?Sized,
impl<V> Send for CtrlString<V>where
V: ?Sized,
impl<V> Sync for CtrlString<V>
impl<V> Unpin for CtrlString<V>
impl<V> UnwindSafe for CtrlString<V>where
V: UnwindSafe + ?Sized,
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