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