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