Struct UResType
#[repr(transparent)]pub struct UResType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for UResType
impl Eq for UResType
impl StructuralPartialEq for UResType
Auto Trait Implementations§
impl Freeze for UResType
impl RefUnwindSafe for UResType
impl Send for UResType
impl Sync for UResType
impl Unpin for UResType
impl UnwindSafe for UResType
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