Struct worker_sys::r2::R2Range
source · pub struct R2Range {
pub offset: Option<u32>,
pub length: Option<u32>,
pub suffix: Option<u32>,
}Fields§
§offset: Option<u32>§length: Option<u32>§suffix: Option<u32>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
Auto Trait Implementations§
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> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere T: IntoWasmAbi,
§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.