#[repr(C)]pub struct Range {
pub start: u64,
pub end: u64,
}Fields§
§start: u64§end: u64Trait Implementations§
Source§impl Clone for ImpellerRange
impl Clone for ImpellerRange
Source§fn clone(&self) -> ImpellerRange
fn clone(&self) -> ImpellerRange
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImpellerRange
impl Debug for ImpellerRange
Source§impl Default for ImpellerRange
impl Default for ImpellerRange
Source§fn default() -> ImpellerRange
fn default() -> ImpellerRange
Returns the “default value” for a type. Read more
impl Copy for ImpellerRange
Auto Trait Implementations§
impl Freeze for ImpellerRange
impl RefUnwindSafe for ImpellerRange
impl Send for ImpellerRange
impl Sync for ImpellerRange
impl Unpin for ImpellerRange
impl UnwindSafe for ImpellerRange
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