#[repr(transparent)]pub struct ShellWindowFindWindowOptions(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Abi for ShellWindowFindWindowOptions
impl Abi for ShellWindowFindWindowOptions
Source§type Abi = ShellWindowFindWindowOptions
type Abi = ShellWindowFindWindowOptions
The abi representation of the implementing type. Read more
type DefaultType = ShellWindowFindWindowOptions
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 ShellWindowFindWindowOptions
impl Clone for ShellWindowFindWindowOptions
Source§fn clone(&self) -> ShellWindowFindWindowOptions
fn clone(&self) -> ShellWindowFindWindowOptions
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 ShellWindowFindWindowOptions
impl Debug for ShellWindowFindWindowOptions
Source§impl Default for ShellWindowFindWindowOptions
impl Default for ShellWindowFindWindowOptions
Source§fn default() -> ShellWindowFindWindowOptions
fn default() -> ShellWindowFindWindowOptions
Returns the “default value” for a type. Read more
Source§impl From<i32> for ShellWindowFindWindowOptions
impl From<i32> for ShellWindowFindWindowOptions
Source§impl PartialEq for ShellWindowFindWindowOptions
impl PartialEq for ShellWindowFindWindowOptions
Source§fn eq(&self, other: &ShellWindowFindWindowOptions) -> bool
fn eq(&self, other: &ShellWindowFindWindowOptions) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for ShellWindowFindWindowOptions
impl Eq for ShellWindowFindWindowOptions
impl StructuralPartialEq for ShellWindowFindWindowOptions
Auto Trait Implementations§
impl Freeze for ShellWindowFindWindowOptions
impl RefUnwindSafe for ShellWindowFindWindowOptions
impl Send for ShellWindowFindWindowOptions
impl Sync for ShellWindowFindWindowOptions
impl Unpin for ShellWindowFindWindowOptions
impl UnwindSafe for ShellWindowFindWindowOptions
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