pub struct OffsetFrame { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl Default for OffsetFrame
impl Default for OffsetFrame
Source§fn default() -> OffsetFrame
fn default() -> OffsetFrame
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OffsetFrame
impl RefUnwindSafe for OffsetFrame
impl Send for OffsetFrame
impl Sync for OffsetFrame
impl Unpin for OffsetFrame
impl UnsafeUnpin for OffsetFrame
impl UnwindSafe for OffsetFrame
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<F, T> IntoSample<T> for Fwhere
T: FromSample<F>,
impl<F, T> IntoSample<T> for Fwhere
T: FromSample<F>,
fn into_sample(self) -> T
Source§impl<T> SignExtend<T> for T
impl<T> SignExtend<T> for T
Source§fn sign_extend(self) -> T
fn sign_extend(self) -> T
Sign extends this type
Source§impl<T> SignExtended for T
impl<T> SignExtended for T
Source§fn sign_extended<T>(self) -> Twhere
Self: SignExtend<T>,
fn sign_extended<T>(self) -> Twhere
Self: SignExtend<T>,
Sign extends this type
Source§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
Source§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
Source§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Source§impl<T> ZeroExtend<T> for T
impl<T> ZeroExtend<T> for T
Source§fn zero_extend(self) -> T
fn zero_extend(self) -> T
Zero extends this type
Source§impl<T> ZeroExtended for T
impl<T> ZeroExtended for T
Source§fn zero_extended<T>(self) -> Twhere
Self: ZeroExtend<T>,
fn zero_extended<T>(self) -> Twhere
Self: ZeroExtend<T>,
Zero extends this type