#[repr(C)]pub struct AwsCCrtStatisticsSampleInterval {
pub begin_time_ms: u64,
pub end_time_ms: u64,
}
Fields
begin_time_ms: u64
end_time_ms: u64
Auto Trait Implementations
impl RefUnwindSafe for AwsCCrtStatisticsSampleInterval
impl Send for AwsCCrtStatisticsSampleInterval
impl Sync for AwsCCrtStatisticsSampleInterval
impl Unpin for AwsCCrtStatisticsSampleInterval
impl UnwindSafe for AwsCCrtStatisticsSampleInterval
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more