#[repr(C)]pub struct Cut {
pub region: u32,
pub at: u32,
}Fields§
§region: u32A leaf’s id.
at: u32A line offset relative to the leaf’s first line, strictly inside it.
Trait Implementations§
impl Copy for Cut
impl Eq for Cut
impl StructuralPartialEq for Cut
Auto Trait Implementations§
impl Freeze for Cut
impl RefUnwindSafe for Cut
impl Send for Cut
impl Sync for Cut
impl Unpin for Cut
impl UnsafeUnpin for Cut
impl UnwindSafe for Cut
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