#[repr(transparent)]pub struct URL_ENCODING(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl URL_ENCODING
impl URL_ENCODING
pub const URL_ENCODING_NONE: Self
pub const URL_ENCODING_ENABLE_UTF8: Self
pub const URL_ENCODING_DISABLE_UTF8: Self
Trait Implementations§
Source§impl Abi for URL_ENCODING
impl Abi for URL_ENCODING
Source§type Abi = URL_ENCODING
type Abi = URL_ENCODING
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for URL_ENCODING
impl Clone for URL_ENCODING
Source§fn clone(&self) -> URL_ENCODING
fn clone(&self) -> URL_ENCODING
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 URL_ENCODING
impl Debug for URL_ENCODING
Source§impl Default for URL_ENCODING
impl Default for URL_ENCODING
Source§fn default() -> URL_ENCODING
fn default() -> URL_ENCODING
Returns the “default value” for a type. Read more
Source§impl From<i32> for URL_ENCODING
impl From<i32> for URL_ENCODING
Source§impl PartialEq for URL_ENCODING
impl PartialEq for URL_ENCODING
impl Copy for URL_ENCODING
impl Eq for URL_ENCODING
impl StructuralPartialEq for URL_ENCODING
Auto Trait Implementations§
impl Freeze for URL_ENCODING
impl RefUnwindSafe for URL_ENCODING
impl Send for URL_ENCODING
impl Sync for URL_ENCODING
impl Unpin for URL_ENCODING
impl UnwindSafe for URL_ENCODING
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