pub struct CIndex {
pub offset: i32,
pub size: i32,
}Fields§
§offset: i32§size: i32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CIndex
impl RefUnwindSafe for CIndex
impl Send for CIndex
impl Sync for CIndex
impl Unpin for CIndex
impl UnsafeUnpin for CIndex
impl UnwindSafe for CIndex
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