pub struct ReadOnlyAccess(/* private fields */);
Expand description
An access marker type indicating that a port is only allowed to read values.
Trait Implementations§
Source§impl Debug for ReadOnlyAccess
impl Debug for ReadOnlyAccess
Source§impl PortAccess for ReadOnlyAccess
impl PortAccess for ReadOnlyAccess
impl PortReadAccess for ReadOnlyAccess
Auto Trait Implementations§
impl Freeze for ReadOnlyAccess
impl RefUnwindSafe for ReadOnlyAccess
impl Send for ReadOnlyAccess
impl Sync for ReadOnlyAccess
impl Unpin for ReadOnlyAccess
impl UnwindSafe for ReadOnlyAccess
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