#[repr(transparent)]pub struct UserDataTaskDaysOfWeek(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl BitAnd for UserDataTaskDaysOfWeek
impl BitAnd for UserDataTaskDaysOfWeek
§impl BitAndAssign for UserDataTaskDaysOfWeek
impl BitAndAssign for UserDataTaskDaysOfWeek
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for UserDataTaskDaysOfWeek
impl BitOr for UserDataTaskDaysOfWeek
§impl BitOrAssign for UserDataTaskDaysOfWeek
impl BitOrAssign for UserDataTaskDaysOfWeek
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for UserDataTaskDaysOfWeek
impl Clone for UserDataTaskDaysOfWeek
§fn clone(&self) -> UserDataTaskDaysOfWeek
fn clone(&self) -> UserDataTaskDaysOfWeek
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 UserDataTaskDaysOfWeek
impl Debug for UserDataTaskDaysOfWeek
§impl Default for UserDataTaskDaysOfWeek
impl Default for UserDataTaskDaysOfWeek
§fn default() -> UserDataTaskDaysOfWeek
fn default() -> UserDataTaskDaysOfWeek
Returns the “default value” for a type. Read more
§impl Not for UserDataTaskDaysOfWeek
impl Not for UserDataTaskDaysOfWeek
§impl PartialEq for UserDataTaskDaysOfWeek
impl PartialEq for UserDataTaskDaysOfWeek
§fn eq(&self, other: &UserDataTaskDaysOfWeek) -> bool
fn eq(&self, other: &UserDataTaskDaysOfWeek) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for UserDataTaskDaysOfWeek
impl Eq for UserDataTaskDaysOfWeek
impl StructuralPartialEq for UserDataTaskDaysOfWeek
Auto Trait Implementations§
impl Freeze for UserDataTaskDaysOfWeek
impl RefUnwindSafe for UserDataTaskDaysOfWeek
impl Send for UserDataTaskDaysOfWeek
impl Sync for UserDataTaskDaysOfWeek
impl Unpin for UserDataTaskDaysOfWeek
impl UnwindSafe for UserDataTaskDaysOfWeek
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)