#[repr(transparent)]pub struct DataState {
pub repr: i32,
}Fields§
§repr: i32Implementations§
Trait Implementations§
Source§impl ExternType for DataState
impl ExternType for DataState
impl Copy for DataState
impl Eq for DataState
impl StructuralPartialEq for DataState
Auto Trait Implementations§
impl Freeze for DataState
impl RefUnwindSafe for DataState
impl Send for DataState
impl Sync for DataState
impl Unpin for DataState
impl UnwindSafe for DataState
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