Struct RawSearchFlags
#[repr(transparent)]pub struct RawSearchFlags(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for RawSearchFlags
impl Clone for RawSearchFlags
§fn clone(&self) -> RawSearchFlags
fn clone(&self) -> RawSearchFlags
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 RawSearchFlags
impl Debug for RawSearchFlags
§impl Default for RawSearchFlags
impl Default for RawSearchFlags
§fn default() -> RawSearchFlags
fn default() -> RawSearchFlags
Returns the “default value” for a type. Read more
§impl PartialEq for RawSearchFlags
impl PartialEq for RawSearchFlags
impl Copy for RawSearchFlags
impl Eq for RawSearchFlags
impl StructuralPartialEq for RawSearchFlags
Auto Trait Implementations§
impl Freeze for RawSearchFlags
impl RefUnwindSafe for RawSearchFlags
impl Send for RawSearchFlags
impl Sync for RawSearchFlags
impl Unpin for RawSearchFlags
impl UnwindSafe for RawSearchFlags
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