#[repr(transparent)]pub struct EpicsEnum(pub u16);Tuple Fields§
§0: u16Trait Implementations§
Source§impl Field for EpicsEnum
impl Field for EpicsEnum
Source§impl Ord for EpicsEnum
impl Ord for EpicsEnum
Source§impl PartialOrd for EpicsEnum
impl PartialOrd for EpicsEnum
impl Copy for EpicsEnum
impl Eq for EpicsEnum
impl StructuralPartialEq for EpicsEnum
Auto Trait Implementations§
impl Freeze for EpicsEnum
impl RefUnwindSafe for EpicsEnum
impl Send for EpicsEnum
impl Sync for EpicsEnum
impl Unpin for EpicsEnum
impl UnwindSafe for EpicsEnum
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<V> Request for V
impl<V> Request for V
Source§const ID: RequestId = const ID: RequestId = RequestId::Base(<V::Item as Field>::ID);
const ID: RequestId = const ID: RequestId = RequestId::Base(<V::Item as Field>::ID);
Request identifier.
Source§unsafe fn from_ptr<'a>(
ptr: *const u8,
dbr: RequestId,
count: usize,
) -> Result<&'a V, Error>
unsafe fn from_ptr<'a>( ptr: *const u8, dbr: RequestId, count: usize, ) -> Result<&'a V, Error>
Create reference (possibly wide) to the request from raw pointer and count of elements. Read more
Source§fn clone_boxed(&self) -> Box<V>
fn clone_boxed(&self) -> Box<V>
Clone request and put it in newly allocated box.