#[repr(align(64))]pub(super) struct PaddedCounter {
value: Counter,
}Fields§
§value: CounterImplementations§
Trait Implementations§
Source§impl Debug for PaddedCounter
impl Debug for PaddedCounter
Source§impl Default for PaddedCounter
impl Default for PaddedCounter
Source§fn default() -> PaddedCounter
fn default() -> PaddedCounter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for PaddedCounter
impl RefUnwindSafe for PaddedCounter
impl Send for PaddedCounter
impl Sync for PaddedCounter
impl Unpin for PaddedCounter
impl UnsafeUnpin for PaddedCounter
impl UnwindSafe for PaddedCounter
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