Struct EXPLORER_BROWSER_OPTIONS
#[repr(transparent)]pub struct EXPLORER_BROWSER_OPTIONS(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl BitAnd for EXPLORER_BROWSER_OPTIONS
impl BitAnd for EXPLORER_BROWSER_OPTIONS
§impl BitAndAssign for EXPLORER_BROWSER_OPTIONS
impl BitAndAssign for EXPLORER_BROWSER_OPTIONS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for EXPLORER_BROWSER_OPTIONS
impl BitOr for EXPLORER_BROWSER_OPTIONS
§impl BitOrAssign for EXPLORER_BROWSER_OPTIONS
impl BitOrAssign for EXPLORER_BROWSER_OPTIONS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for EXPLORER_BROWSER_OPTIONS
impl Clone for EXPLORER_BROWSER_OPTIONS
§fn clone(&self) -> EXPLORER_BROWSER_OPTIONS
fn clone(&self) -> EXPLORER_BROWSER_OPTIONS
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 EXPLORER_BROWSER_OPTIONS
impl Debug for EXPLORER_BROWSER_OPTIONS
§impl Default for EXPLORER_BROWSER_OPTIONS
impl Default for EXPLORER_BROWSER_OPTIONS
§fn default() -> EXPLORER_BROWSER_OPTIONS
fn default() -> EXPLORER_BROWSER_OPTIONS
Returns the “default value” for a type. Read more
§impl Not for EXPLORER_BROWSER_OPTIONS
impl Not for EXPLORER_BROWSER_OPTIONS
§impl PartialEq for EXPLORER_BROWSER_OPTIONS
impl PartialEq for EXPLORER_BROWSER_OPTIONS
impl Copy for EXPLORER_BROWSER_OPTIONS
impl Eq for EXPLORER_BROWSER_OPTIONS
impl StructuralPartialEq for EXPLORER_BROWSER_OPTIONS
Auto Trait Implementations§
impl Freeze for EXPLORER_BROWSER_OPTIONS
impl RefUnwindSafe for EXPLORER_BROWSER_OPTIONS
impl Send for EXPLORER_BROWSER_OPTIONS
impl Sync for EXPLORER_BROWSER_OPTIONS
impl Unpin for EXPLORER_BROWSER_OPTIONS
impl UnwindSafe for EXPLORER_BROWSER_OPTIONS
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