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