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