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