pub struct WriteOnly {}
Expand description
A zero-sized type indicating that a register provides only write access.
Implements the Writable
trait.
Trait Implementations§
Source§impl Ord for WriteOnly
impl Ord for WriteOnly
Source§impl PartialOrd for WriteOnly
impl PartialOrd for WriteOnly
impl Access for WriteOnly
impl Copy for WriteOnly
impl Eq for WriteOnly
impl StructuralPartialEq for WriteOnly
impl Writable for WriteOnly
Auto Trait Implementations§
impl Freeze for WriteOnly
impl RefUnwindSafe for WriteOnly
impl Send for WriteOnly
impl Sync for WriteOnly
impl Unpin for WriteOnly
impl UnwindSafe for WriteOnly
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