#[repr(C)]pub struct Tsrange {
pub start: Tsbound,
pub end: Tsbound,
}
Fields§
§start: Tsbound
§end: Tsbound
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tsrange
impl RefUnwindSafe for Tsrange
impl Send for Tsrange
impl Sync for Tsrange
impl Unpin for Tsrange
impl UnwindSafe for Tsrange
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