pub struct GUriParamsIter {
pub dummy0: i32,
pub dummy1: *mut c_void,
pub dummy2: *mut c_void,
pub dummy3: [u8; 256],
}
Fields§
§dummy0: i32
§dummy1: *mut c_void
§dummy2: *mut c_void
§dummy3: [u8; 256]
Trait Implementations§
§impl Clone for GUriParamsIter
impl Clone for GUriParamsIter
§fn clone(&self) -> GUriParamsIter
fn clone(&self) -> GUriParamsIter
Returns a copy 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 more§impl Debug for GUriParamsIter
impl Debug for GUriParamsIter
impl Copy for GUriParamsIter
Auto Trait Implementations§
impl RefUnwindSafe for GUriParamsIter
impl !Send for GUriParamsIter
impl !Sync for GUriParamsIter
impl Unpin for GUriParamsIter
impl UnwindSafe for GUriParamsIter
Blanket Implementations§
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
§fn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere U: RoundFrom<T>,
§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.