#[repr(transparent)]pub struct FINDREPLACEW_Flags(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl FINDREPLACEW_Flags
impl FINDREPLACEW_Flags
pub const FR_DIALOGTERM: Self
pub const FR_DOWN: Self
pub const FR_ENABLEHOOK: Self
pub const FR_ENABLETEMPLATE: Self
pub const FR_ENABLETEMPLATEHANDLE: Self
pub const FR_FINDNEXT: Self
pub const FR_HIDEUPDOWN: Self
pub const FR_HIDEMATCHCASE: Self
pub const FR_HIDEWHOLEWORD: Self
pub const FR_MATCHCASE: Self
pub const FR_NOMATCHCASE: Self
pub const FR_NOUPDOWN: Self
pub const FR_NOWHOLEWORD: Self
pub const FR_REPLACE: Self
pub const FR_REPLACEALL: Self
pub const FR_SHOWHELP: Self
pub const FR_WHOLEWORD: Self
Trait Implementations§
Source§impl Abi for FINDREPLACEW_Flags
impl Abi for FINDREPLACEW_Flags
Source§type Abi = FINDREPLACEW_Flags
type Abi = FINDREPLACEW_Flags
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 BitAnd for FINDREPLACEW_Flags
impl BitAnd for FINDREPLACEW_Flags
Source§impl BitAndAssign for FINDREPLACEW_Flags
impl BitAndAssign for FINDREPLACEW_Flags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for FINDREPLACEW_Flags
impl BitOr for FINDREPLACEW_Flags
Source§impl BitOrAssign for FINDREPLACEW_Flags
impl BitOrAssign for FINDREPLACEW_Flags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for FINDREPLACEW_Flags
impl Clone for FINDREPLACEW_Flags
Source§fn clone(&self) -> FINDREPLACEW_Flags
fn clone(&self) -> FINDREPLACEW_Flags
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 FINDREPLACEW_Flags
impl Debug for FINDREPLACEW_Flags
Source§impl Default for FINDREPLACEW_Flags
impl Default for FINDREPLACEW_Flags
Source§fn default() -> FINDREPLACEW_Flags
fn default() -> FINDREPLACEW_Flags
Returns the “default value” for a type. Read more
Source§impl From<u32> for FINDREPLACEW_Flags
impl From<u32> for FINDREPLACEW_Flags
Source§impl PartialEq for FINDREPLACEW_Flags
impl PartialEq for FINDREPLACEW_Flags
impl Copy for FINDREPLACEW_Flags
impl Eq for FINDREPLACEW_Flags
impl StructuralPartialEq for FINDREPLACEW_Flags
Auto Trait Implementations§
impl Freeze for FINDREPLACEW_Flags
impl RefUnwindSafe for FINDREPLACEW_Flags
impl Send for FINDREPLACEW_Flags
impl Sync for FINDREPLACEW_Flags
impl Unpin for FINDREPLACEW_Flags
impl UnwindSafe for FINDREPLACEW_Flags
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