pub struct R2Range {
pub offset: Option<f64>,
pub length: Option<f64>,
pub suffix: Option<f64>,
}Fields§
§offset: Option<f64>§length: Option<f64>§suffix: Option<f64>Trait Implementations§
Source§impl FromWasmAbi for R2Range
impl FromWasmAbi for R2Range
Source§impl IntoWasmAbi for R2Range
impl IntoWasmAbi for R2Range
Source§impl LongRefFromWasmAbi for R2Range
impl LongRefFromWasmAbi for R2Range
Source§impl OptionFromWasmAbi for R2Range
impl OptionFromWasmAbi for R2Range
Source§impl OptionIntoWasmAbi for R2Range
impl OptionIntoWasmAbi for R2Range
Source§impl RefFromWasmAbi for R2Range
impl RefFromWasmAbi for R2Range
Source§impl RefMutFromWasmAbi for R2Range
impl RefMutFromWasmAbi for R2Range
Source§impl TryFromJsValue for R2Range
impl TryFromJsValue for R2Range
Source§impl VectorFromWasmAbi for R2Range
impl VectorFromWasmAbi for R2Range
Source§impl VectorIntoWasmAbi for R2Range
impl VectorIntoWasmAbi for R2Range
impl SupportsConstructor for R2Range
impl SupportsInstanceProperty for R2Range
impl SupportsStaticProperty for R2Range
Auto Trait Implementations§
impl Freeze for R2Range
impl RefUnwindSafe for R2Range
impl Send for R2Range
impl Sync for R2Range
impl Unpin for R2Range
impl UnwindSafe for R2Range
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.