#[repr(C)]pub struct StsackString<V: Value<Item = EpicsString> + ?Sized> {
pub alarm: Alarm,
pub ackt: u16,
pub acks: u16,
pub value: V,
}Fields§
§alarm: Alarm§ackt: u16§acks: u16§value: VTrait Implementations§
Source§impl<V: Clone + Value<Item = EpicsString> + ?Sized> Clone for StsackString<V>
impl<V: Clone + Value<Item = EpicsString> + ?Sized> Clone for StsackString<V>
Source§fn clone(&self) -> StsackString<V>
fn clone(&self) -> StsackString<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 StsackString<V>
impl<V> Debug for StsackString<V>
Source§impl<V: Value<Item = EpicsString> + ?Sized> Request for StsackString<V>
impl<V: Value<Item = EpicsString> + ?Sized> Request for StsackString<V>
Source§type Raw = dbr_stsack_string
type Raw = dbr_stsack_string
Raw request structure.
Source§unsafe fn from_ptr<'a>(
ptr: *const u8,
dbr: RequestId,
count: usize,
) -> Result<&'a Self, Error>
unsafe fn from_ptr<'a>( ptr: *const u8, dbr: RequestId, count: usize, ) -> Result<&'a Self, Error>
Create reference (possibly wide) to the request from raw pointer and count of elements. Read more
Source§fn clone_boxed(&self) -> Box<Self>
fn clone_boxed(&self) -> Box<Self>
Clone request and put it in newly allocated box.
Source§impl<V: Value<Item = EpicsString> + ?Sized> TypedRequest for StsackString<V>
impl<V: Value<Item = EpicsString> + ?Sized> TypedRequest for StsackString<V>
impl<V: Copy + Value<Item = EpicsString> + ?Sized> Copy for StsackString<V>
impl<V: Value<Item = EpicsString> + ?Sized> ReadRequest for StsackString<V>
Auto Trait Implementations§
impl<V> Freeze for StsackString<V>
impl<V> RefUnwindSafe for StsackString<V>where
V: RefUnwindSafe + ?Sized,
impl<V> Send for StsackString<V>where
V: ?Sized,
impl<V> Sync for StsackString<V>
impl<V> Unpin for StsackString<V>
impl<V> UnwindSafe for StsackString<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