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