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