pub struct I32Entity(i32);
Expand description
符号付き32ビット整数値
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for I32Entity
impl RefUnwindSafe for I32Entity
impl Send for I32Entity
impl Sync for I32Entity
impl Unpin for I32Entity
impl UnwindSafe for I32Entity
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