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