#[repr(transparent)]pub struct ucs_config_print_flags_t(pub c_uint);Expand description
Configuration printing flags
Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl BitAnd for ucs_config_print_flags_t
impl BitAnd for ucs_config_print_flags_t
Source§impl BitAndAssign for ucs_config_print_flags_t
impl BitAndAssign for ucs_config_print_flags_t
Source§fn bitand_assign(&mut self, rhs: ucs_config_print_flags_t)
fn bitand_assign(&mut self, rhs: ucs_config_print_flags_t)
Performs the
&= operation. Read moreSource§impl BitOr for ucs_config_print_flags_t
impl BitOr for ucs_config_print_flags_t
Source§impl BitOrAssign for ucs_config_print_flags_t
impl BitOrAssign for ucs_config_print_flags_t
Source§fn bitor_assign(&mut self, rhs: ucs_config_print_flags_t)
fn bitor_assign(&mut self, rhs: ucs_config_print_flags_t)
Performs the
|= operation. Read moreSource§impl Clone for ucs_config_print_flags_t
impl Clone for ucs_config_print_flags_t
Source§fn clone(&self) -> ucs_config_print_flags_t
fn clone(&self) -> ucs_config_print_flags_t
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 moreSource§impl Debug for ucs_config_print_flags_t
impl Debug for ucs_config_print_flags_t
Source§impl Hash for ucs_config_print_flags_t
impl Hash for ucs_config_print_flags_t
Source§impl PartialEq for ucs_config_print_flags_t
impl PartialEq for ucs_config_print_flags_t
impl Copy for ucs_config_print_flags_t
impl Eq for ucs_config_print_flags_t
impl StructuralPartialEq for ucs_config_print_flags_t
Auto Trait Implementations§
impl Freeze for ucs_config_print_flags_t
impl RefUnwindSafe for ucs_config_print_flags_t
impl Send for ucs_config_print_flags_t
impl Sync for ucs_config_print_flags_t
impl Unpin for ucs_config_print_flags_t
impl UnwindSafe for ucs_config_print_flags_t
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