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