#[repr(transparent)]pub struct URL_SCHEME(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Abi for URL_SCHEME
impl Abi for URL_SCHEME
Source§type Abi = URL_SCHEME
type Abi = URL_SCHEME
The abi representation of the implementing type. Read more
type DefaultType = URL_SCHEME
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.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.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for URL_SCHEME
impl Clone for URL_SCHEME
Source§fn clone(&self) -> URL_SCHEME
fn clone(&self) -> URL_SCHEME
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 moreSource§impl Debug for URL_SCHEME
impl Debug for URL_SCHEME
Source§impl Default for URL_SCHEME
impl Default for URL_SCHEME
Source§fn default() -> URL_SCHEME
fn default() -> URL_SCHEME
Returns the “default value” for a type. Read more
Source§impl From<i32> for URL_SCHEME
impl From<i32> for URL_SCHEME
Source§impl PartialEq for URL_SCHEME
impl PartialEq for URL_SCHEME
impl Copy for URL_SCHEME
impl Eq for URL_SCHEME
impl StructuralPartialEq for URL_SCHEME
Auto Trait Implementations§
impl Freeze for URL_SCHEME
impl RefUnwindSafe for URL_SCHEME
impl Send for URL_SCHEME
impl Sync for URL_SCHEME
impl Unpin for URL_SCHEME
impl UnwindSafe for URL_SCHEME
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