pub(super) struct OffsetSecond {
padding: Option<Padding>,
}
Fields§
§padding: Option<Padding>
Implementations§
source§impl OffsetSecond
impl OffsetSecond
Auto Trait Implementations§
impl Freeze for OffsetSecond
impl RefUnwindSafe for OffsetSecond
impl Send for OffsetSecond
impl Sync for OffsetSecond
impl Unpin for OffsetSecond
impl UnwindSafe for OffsetSecond
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