#[repr(C)]pub struct fz_range {
pub offset: i64,
pub length: u64,
}
Fields§
§offset: i64
§length: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for fz_range
impl RefUnwindSafe for fz_range
impl Send for fz_range
impl Sync for fz_range
impl Unpin for fz_range
impl UnwindSafe for fz_range
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