#[repr(C)]pub struct TwigSpan {
pub start: usize,
pub end: usize,
}Expand description
C ABI mirror of Zig’s TwigSpan — a byte range [start, end).
Fields§
§start: usize§end: usizeTrait Implementations§
impl Copy for TwigSpan
impl Eq for TwigSpan
impl StructuralPartialEq for TwigSpan
Auto Trait Implementations§
impl Freeze for TwigSpan
impl RefUnwindSafe for TwigSpan
impl Send for TwigSpan
impl Sync for TwigSpan
impl Unpin for TwigSpan
impl UnsafeUnpin for TwigSpan
impl UnwindSafe for TwigSpan
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