pub struct WriteOnly {}Expand description
A zero-sized type indicating that a register provides only write access.
Implements the Writable trait.
Trait Implementations§
impl Access for WriteOnly
impl Copy for WriteOnly
impl Eq for WriteOnly
Source§impl Ord for WriteOnly
impl Ord for WriteOnly
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for WriteOnly
impl PartialOrd 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 UnsafeUnpin 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